Skip to content

Commit 2163922

Browse files
blah238christopherthielen
authored andcommitted
docs(directives): Fix unescaped HTML formatting
1 parent c718ce5 commit 2163922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/stateDirectives.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ uiState = ['$uiRouter', '$timeout',
509509
* </div>
510510
* ```
511511
*
512-
* When the current state is "admin.roles" the "active" class will be applied to both the <div> and <a> elements.
512+
* When the current state is "admin.roles" the "active" class will be applied to both the `<div>` and `<a>` elements.
513513
* It is important to note that the state names/globs passed to `ui-sref-active` override any state provided by a linked `ui-sref`.
514514
*
515515
* ### Notes:

0 commit comments

Comments
 (0)