mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 23:50:23 +00:00
docs(guide): fix typo on model name
This commit is contained in:
parent
ed4a70e765
commit
661390aef3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ occurs in controllers:
|
|||
|
||||
* Use an {@link expression angular expression} with an assignment operator in templates:
|
||||
|
||||
<button ng-click="{{foos='ball'}}">Click me</button>
|
||||
<button ng-click="{{foo='ball'}}">Click me</button>
|
||||
|
||||
* Use {@link api/ng.directive:ngInit ngInit directive} in templates (for toy/example apps
|
||||
only, not recommended for real applications):
|
||||
|
|
|
|||
Loading…
Reference in a new issue