mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-24 18:30:23 +00:00
docs(route): fix typo in route documentation
This commit is contained in:
parent
77ff108555
commit
32719c7976
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ function $RouteProvider(){
|
|||
* - `controller` – `{(string|function()=}` – Controller fn that should be associated with newly
|
||||
* created scope or the name of a {@link angular.Module#controller registered controller}
|
||||
* if passed as a string.
|
||||
* - `controllerAlias` – `{sttring=}` – A controller alias name. If present the controller will be
|
||||
* - `controllerAlias` – `{string=}` – A controller alias name. If present the controller will be
|
||||
* published to scope under the `controllerAlias` name.
|
||||
* - `template` – `{string=|function()=}` – html template as a string or function that returns
|
||||
* an html template as a string which should be used by {@link ng.directive:ngView ngView} or
|
||||
|
|
|
|||
Loading…
Reference in a new issue