本文主要是介绍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 配置的时候不允许直接访问父状态名
这篇关于NG Cannot transition to abstract state的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!