Skip to content

Commit

Permalink
docs(guide/understanding_model): improve example consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Robb Shecter authored and petebacondarwin committed Jun 4, 2013
1 parent 40acd18 commit d3d7b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/dev_guide.mvc.understanding_model.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d3d7b9e

Please sign in to comment.