aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfred Nutile2013-05-04 06:43:11 -0300
committerPete Bacon Darwin2013-05-10 14:58:00 +0100
commitf6caab598f91eaeb0f06395620e38816154faa70 (patch)
treedcd0b38a754ec01b3b7c90f0761712757eb2c9e0
parent04d4c738b505574525ec30061017c1adac1ff85e (diff)
downloadangular.js-f6caab598f91eaeb0f06395620e38816154faa70.tar.bz2
docs(guide): fix typo on model name
-rw-r--r--docs/content/guide/dev_guide.mvc.understanding_model.ngdoc2
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):