angular-ui / angular-ui/ui-router

Transition Rejection : while upgrading angularjs from 1.5 to 1.8 using angular-route:1.0.0

未關閉
#3,841 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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)

![image](https://user-images.githubusercontent.com/8745632/147667318-5fbffa5c-7385-4d0a-a9a8-067ed01cf735.png)

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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。