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 件 担当者 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 を短くまとめたダイジェスト。