docs(a): change model.$save() into something less deceptive

Closes #4215
This commit is contained in:
Michiel Staessen 2013-10-01 21:40:13 +02:00 committed by Pete Bacon Darwin
parent 78eead6775
commit 9089468092

View file

@ -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',