mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(guide/controller): fix duplicated "and" typo
Remove the second instance of the word "and" from the docs where it was duplicated.
This commit is contained in:
parent
f09b6aa5b5
commit
5b9ff6cf48
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue