Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Quick fix for UI Router on issue #137

Choose a tag to compare

@ghiscoding ghiscoding released this 14 Dec 05:49
· 53 commits to master since this release

I had a Global Option named resetGlobalOptionsOnRouteChange that was only working with Angular Router with a watch on $routeChangeStart. This was obviously not working with UI Router, so I added a second watch on $stateChangeStart to fix a found issue with UI Router. This will hopefully address the issue #137