This repository was archived by the owner on Jul 1, 2020. It is now read-only.
Quick fix for UI Router on issue #137
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