Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9089468

Browse files
mstaessenpetebacondarwin
authored andcommitted
docs(a): change model.$save() into something less deceptive
Closes #4215
1 parent 78eead6 commit 9089468

File tree

1 file changed

+1
-1
lines changed
  • src/ng/directive

1 file changed

+1
-1
lines changed

src/ng/directive/a.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* This change permits the easy creation of action links with the `ngClick` directive
1313
* without changing the location or causing page reloads, e.g.:
14-
* `<a href="" ng-click="model.$save()">Save</a>`
14+
* `<a href="" ng-click="list.addItem()">Add Item</a>`
1515
*/
1616
var htmlAnchorDirective = valueFn({
1717
restrict: 'E',

0 commit comments

Comments
 (0)