我正在学习AngularJS,有一件事让我很恼火。
我用$routeProvider要声明我的应用程序的路由规则:
$routeProvider
$routeProvider.when('/test', { controller: TestCtrl, templateUrl: 'views/test.html'}).otherwise({ redirectTo: '/test' });
但是当我在浏览器中导航到我的应用程序时,我看到app/#/test而不是app/test.
app/#/test
app/test
所以我的问题是为什么AngularJS会添加这个哈希#去URL?有可能避免吗?
#
没有散列“#”的AngularJS路由
慕村225694
30秒到达战场
相关分类