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

Quick fix for UI Router on issue #137

Compare
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