ui-router ng-router
Posted 秦小小樱
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ui-router ng-router相关的知识,希望对你有一定的参考价值。
开发中常用ui-router来设置路由:
ui-router使用很简单,延续了之前ngRoute的特点。
1.首先得注入ui.router模块。
接下来就是简单的配置
2.$stateProvider替换之前的$routeProvider,ui-view替换之前的ng-view。ui-view 控制在哪里显示路由的相关配置
https://blog.csdn.net/viewyu12345/article/details/79131956
以上是关于ui-router ng-router的主要内容,如果未能解决你的问题,请参考以下文章
ui-router 中的 AngularJS 组件/范围问题