diff --git a/docs/content/guide/controller.ngdoc b/docs/content/guide/controller.ngdoc index 29c37709..a5878fb7 100644 --- a/docs/content/guide/controller.ngdoc +++ b/docs/content/guide/controller.ngdoc @@ -168,7 +168,7 @@ starts with capital letter and ends with "Ctrl" or "Controller". - Assigning a property to `$scope` creates or updates the model. - Controller methods can be created through direct assignment to scope (see the `chiliSpicy` method) - The Controller methods and properties are available in the template (for the `