I am working on angular js state providers...I am using parent states and its child states.
例如...... 父状态为'home'(url:/ home),其子状态为'home.profile'(url:/ home / profile)
每个州都有决心:方法
内部解析方法我正在调用webservices。
我的问题是当我打到家里时。两个结果都被称为parellely
但我希望在解决本地状态后调用配置文件状态
提前致谢...