diff options
Diffstat (limited to 'src/ng/directive/a.js')
| -rw-r--r-- | src/ng/directive/a.js | 2 |
1 files changed, 1 insertions, 1 deletions
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.: - * <a href="" ng-click="model.$save()">Save</a> + * `<a href="" ng-click="model.$save()">Save</a>` */ var htmlAnchorDirective = valueFn({ restrict: 'E', |
