diff options
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/guide/controller.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 `<div>` element and -and its children). +its children). ## Spicy Arguments Example |
