Skip to content

Commit 25b51fe

Browse files
docs(uiState): Fix typo in example
1 parent 0d4ee54 commit 25b51fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/stateDirectives.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ uiSref = ['$uiRouter', '$timeout',
287287
* Create a list of links.
288288
* ```html
289289
* <li ng-repeat="link in navlinks">
290-
* <a ui-sref="link.state">{{ link.displayName }}</a>
290+
* <a ui-state="link.state">{{ link.displayName }}</a>
291291
* </li>
292292
* ```
293293
*

0 commit comments

Comments
 (0)