We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7fdc8 commit 61d22a4Copy full SHA for 61d22a4
docs/content/guide/controller.ngdoc
@@ -200,7 +200,7 @@ previous example.
200
201
Notice that the `SpicyCtrl` Controller now defines just one method called `spicy`, which takes one
202
argument called `spice`. The template then refers to this Controller method and passes in a string
203
-constant `'chili'` in the binding for the first button and a model property `spice` (bound to an
+constant `'chili'` in the binding for the first button and a model property `customSpice` (bound to an
204
input box) in the second button.
205
206
## Scope Inheritance Example
0 commit comments