diff options
Diffstat (limited to 'src/ng/directive')
| -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 418615c0..25cd9105 100644 --- a/src/ng/directive/a.js +++ b/src/ng/directive/a.js @@ -11,7 +11,7 @@ * * This change permits the easy creation of action links with the `ngClick` directive * without changing the location or causing page reloads, e.g.: - * `<a href="" ng-click="model.$save()">Save</a>` + * `<a href="" ng-click="list.addItem()">Add Item</a>` */ var htmlAnchorDirective = valueFn({ restrict: 'E', |
