Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(guide): fix typo on model name
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile authored and petebacondarwin committed May 10, 2013
1 parent 04d4c73 commit f6caab5
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="{{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):
Expand Down

0 comments on commit f6caab5

Please sign in to comment.