Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ajaiswal595 opened this issue Dec 29, 2021 · 1 comment

Comments

@ajaiswal595
Copy link

Transition Rejection($id: 0 type: 6, message: The transition errored, detail: TypeError: this.parent.parameters is not a function)

image

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?
@MoisesGuedes
Copy link

I'm having the same issue. can someone help here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants