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

Commit f6caab5

Browse files
alnutilepetebacondarwin
authored andcommitted
docs(guide): fix typo on model name
1 parent 04d4c73 commit f6caab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/content/guide/dev_guide.mvc.understanding_model.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ occurs in controllers:
2828

2929
* Use an {@link expression angular expression} with an assignment operator in templates:
3030

31-
<button ng-click="{{foos='ball'}}">Click me</button>
31+
<button ng-click="{{foo='ball'}}">Click me</button>
3232

3333
* Use {@link api/ng.directive:ngInit ngInit directive} in templates (for toy/example apps
3434
only, not recommended for real applications):

0 commit comments

Comments
 (0)