NG Cannot transition to abstract state

前端之家收集整理的这篇文章主要介绍了NG Cannot transition to abstract state前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Angularjs学习过程中使用ui-router模块时遇到一个问题:


Error: Cannot transition to abstract state 'xxx'

在这里找到了答案:http://stackoverflow.com/questions/24969441/angularjs-ui-router-default-child-state-and-ui-sref

原因是 对于嵌套式的状态规则使用 abstarct 配置的时候不允许直接访问父状态名

猜你在找的Angularjs相关文章