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:
158
158
- The `ng-controller` directive is used to (implicitly) create a scope for our template, and the
159
159
scope is augmented (managed) by the `SpicyController` Controller.
160
160
- `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".
162
162
- Assigning a property to `$scope` creates or updates the model.
163
163
- Controller methods can be created through direct assignment to scope (see the `chiliSpicy` method)
164
164
- 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