mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-27 19:50:23 +00:00
docs(a): change model.$save() into something less deceptive
Closes #4215
This commit is contained in:
parent
78eead6775
commit
9089468092
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue