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 3e9ce80 commit b8e8396Copy full SHA for b8e8396
README.md
@@ -1193,8 +1193,9 @@ angular.module('helloWscatsApp',['ngRoute'])
1193
```
1194
1195
**$routeProvider**
1196
+
1197
两个核心方法`when()`和`otherwise()`
-|||
1198
+|配置参数|用法|
1199
|-|-|
1200
|controller|function或string类型。在当前模板上执行的controller函数,生成新的scope|
1201
|controllerAs|string类型,为controller指定别名|
@@ -1221,4 +1222,3 @@ module.config(['$routeProvider', function($routeProvider) {
1221
1222
});
1223
}]);
1224
-```
0 commit comments