angular-ui / angular-ui/ui-router
Transition Rejection : while upgrading angularjs from 1.5 to 1.8 using angular-route:1.0.0
- 主要语言
- TypeScript
- 星标
- 13.4k
- 派生
- 2.9k
- PR 合并指标
- 30 天内没有已合并 PR
描述
Transition Rejection($id: 0 type: 6, message: The transition errored, detail: TypeError: this.parent.parameters is not a function)

here we are using
$stateProvider
.state('mobile-login',
{
url : "/mobile-login",
templateUrl : "assets/myorg/mobile/login/login.html",
controller: "loginController",
authenticate: false
})
.state('mobile-main',
{
url: "/mobile-main",
templateUrl: "assets/myorg/mobile/main/main.html",
controller: "MainController",
authenticate: true
})
.state('login',
{
url : "/login",
templateUrl : "assets/myorg/login/login.html",
controller: "loginController",
authenticate: false
})
.
.
.
Can someone help me, what could be the issue?
贡献指南
评估
这个 Issue 还没有评估数据。