From 5bf81bc111a866ec65ef86c01336911e577df5df Mon Sep 17 00:00:00 2001 From: Aaditya Talwai Date: Wed, 6 Nov 2013 14:02:09 -0800 Subject: docs(guide/understanding_controller): fix incorrect property reference Correct " model property `spice` " to " model property `customSpice` " to match the code sample Closes #4812 --- docs/content/guide/controller.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/guide/controller.ngdoc b/docs/content/guide/controller.ngdoc index ad535175..29c37709 100644 --- a/docs/content/guide/controller.ngdoc +++ b/docs/content/guide/controller.ngdoc @@ -200,7 +200,7 @@ previous example. Notice that the `SpicyCtrl` Controller now defines just one method called `spicy`, which takes one argument called `spice`. The template then refers to this Controller method and passes in a string -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 input box) in the second button. ## Scope Inheritance Example -- cgit v1.2.3