christopherthielen / ui-router-extras

THIS PROJECT IS NO LONGER MAINTAINED -- Extras for UI-Router for AngularJS. Sticky States (a.k.a. parallel states), Deep State Redirect (for tab-like navigation), Future States (async state definition)
http://christopherthielen.github.io/ui-router-extras/
MIT License
917 stars 211 forks source link

TypeError: Cannot read property 'message' of null #330

Open dclarkNV opened 8 years ago

dclarkNV commented 8 years ago

angular.js:13550 TypeError: Cannot read property 'message' of null at transitionFailed (file:///C:/gxp/apps/gfe/gfeclient/lib/ui-router-extras/ct-ui-router-extras.js:1207:18)

Here are logs from my app. This is on startup. "$stateChangeStart from state:" "" " to state:" "main.auth.X" "$stateChangeError from state:" "" " to state:" "main.auth.X" "$stateChangeStart from state:" "" " to state:" "main.loggedOut"

I marked 'main' as sticky and dsr because I'm trying to create a modal dialog and keep the sticky background. I didn't really do anything besides try to get to main.auth.X, fail due to authentication reasons, and therefore state.go to main.loggedOut.