Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833e60a commit a390612Copy full SHA for a390612
docs/content/guide/controller.ngdoc
@@ -158,7 +158,7 @@ Things to notice in the example above:
158
- The `ng-controller` directive is used to (implicitly) create a scope for our template, and the
159
scope is augmented (managed) by the `SpicyController` Controller.
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".
+starts with capital letter and ends with "Controller".
162
- Assigning a property to `$scope` creates or updates the model.
163
- Controller methods can be created through direct assignment to scope (see the `chiliSpicy` method)
164
- The Controller methods and properties are available in the template (for the `<div>` element and
0 commit comments