We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369245f commit 9a0ea9eCopy full SHA for 9a0ea9e
src/ng/directive/a.js
@@ -11,7 +11,7 @@
11
*
12
* This change permits the easy creation of action links with the `ngClick` directive
13
* without changing the location or causing page reloads, e.g.:
14
- * `<a href="" ng-click="model.$save()">Save</a>`
+ * `<a href="" ng-click="list.addItem()">Add Item</a>`
15
*/
16
var htmlAnchorDirective = valueFn({
17
restrict: 'E',
0 commit comments