标签: angularjs angular-ui-router
为什么当我将ui.router与AngularJS一起使用时,我转到localhost:14080它使用$urlRouterProvider.otherwise('/home')引导我,localhost:14080/#/home,正如预期的那样,但当我转到localhost:14080/home(没有/#)它会给我404错误“未找到”。我原以为它会将我重定向到localhost:14080/#/home。
ui.router
localhost:14080
$urlRouterProvider.otherwise('/home')
localhost:14080/#/home
localhost:14080/home
/#