diff --git a/src/ng/directive/a.js b/src/ng/directive/a.js index 340bceb7..9b6c67c9 100644 --- a/src/ng/directive/a.js +++ b/src/ng/directive/a.js @@ -11,7 +11,7 @@ * * The reasoning for this change is to allow easy creation of action links with `ngClick` directive * without changing the location or causing page reloads, e.g.: - * Save + * `Save` */ var htmlAnchorDirective = valueFn({ restrict: 'E',