ui视觉设计 为什么Ionic选用了ui-router而非ngRoute?
浏览量:1722
时间:2021-03-10 13:16:40
作者:admin
为什么Ionic选用了ui-router而非ngRoute?
Ngroute与UI route比较:
$when->$state routing state configuration
$routeparams->$stateparams configuration with parameters
$routeprovider->$stateprovider dependency injection module
->
页面中绑定的指令
路由详细信息
]可以嵌套更深层次的路由uiroute,也就是说,routes可以存在于routes中(大致有两种情况:1横向(2)。纵向)。
(1)嵌套路由
(2)多视图路由
ngroute不能嵌套更深的路由。
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。