diff options
| author | Alfred Nutile | 2013-05-04 06:43:11 -0300 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-10 14:58:15 +0100 |
| commit | 661390aef361c728ea68a699d60de5807d2fb5a8 (patch) | |
| tree | 4d5d852880657b00418540471be0fe173f37f68d /docs/content/guide/dev_guide.mvc.understanding_model.ngdoc | |
| parent | ed4a70e76561b05253424ed2ace659c5eb5dfae1 (diff) | |
| download | angular.js-661390aef361c728ea68a699d60de5807d2fb5a8.tar.bz2 | |
docs(guide): fix typo on model name
Diffstat (limited to 'docs/content/guide/dev_guide.mvc.understanding_model.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.mvc.understanding_model.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc index 2972d3e1..9e279534 100644 --- a/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc +++ b/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc @@ -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): |
