diff options
| author | Robb Shecter | 2013-05-24 16:36:38 -0600 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-06-04 20:50:09 +0100 |
| commit | d3d7b9e3eda9a4fbed7bf6edc7723f378d6f0cf0 (patch) | |
| tree | 1b2b5fad07eee11c5c957bf0e29a86e8258b0eda /docs/content/guide/dev_guide.mvc.understanding_model.ngdoc | |
| parent | 40acd186bc43feeeb8b93e02761565b74e00013e (diff) | |
| download | angular.js-d3d7b9e3eda9a4fbed7bf6edc7723f378d6f0cf0.tar.bz2 | |
docs(guide/understanding_model): improve example consistency
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 9e279534..1f4715c1 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="{{foo='ball'}}">Click me</button> + <button ng-click="{{foo='bar'}}">Click me</button> * Use {@link api/ng.directive:ngInit ngInit directive} in templates (for toy/example apps only, not recommended for real applications): |
