We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ff108 commit 32719c7Copy full SHA for 32719c7
src/ng/route.js
@@ -44,7 +44,7 @@ function $RouteProvider(){
44
* - `controller` – `{(string|function()=}` – Controller fn that should be associated with newly
45
* created scope or the name of a {@link angular.Module#controller registered controller}
46
* if passed as a string.
47
- * - `controllerAlias` – `{sttring=}` – A controller alias name. If present the controller will be
+ * - `controllerAlias` – `{string=}` – A controller alias name. If present the controller will be
48
* published to scope under the `controllerAlias` name.
49
* - `template` – `{string=|function()=}` – html template as a string or function that returns
50
* an html template as a string which should be used by {@link ng.directive:ngView ngView} or
0 commit comments