File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ Things to notice in the example above:
158158- The `ng-controller` directive is used to (implicitly) create a scope for our template, and the
159159scope is augmented (managed) by the `SpicyController` Controller.
160160- `SpicyController` is just a plain JavaScript function. As an (optional) naming convention the name
161- starts with capital letter and ends with "Controller" or "Controller" .
161+ starts with capital letter and ends with "Controller".
162162- Assigning a property to `$scope` creates or updates the model.
163163- Controller methods can be created through direct assignment to scope (see the `chiliSpicy` method)
164164- The Controller methods and properties are available in the template (for the `<div>` element and
You can’t perform that action at this time.
0 commit comments