stormpath / stormpath-sdk-angularjs

User Management for AngularJS (1.x) applications
http://docs.stormpath.com/angularjs/sdk/
Apache License 2.0
165 stars 58 forks source link

UI-Router ^1.0.0 deprecates state change events and breaks state config 'authenticate' property handling. #213

Closed mikeymco closed 7 years ago

mikeymco commented 7 years ago

UI-Router ^1.0.0 deprecates state change events and breaks state config 'authenticate' property handling (and presumably 'authorize' as well).

src/module.js:351 relies on the global event $stateChangeStart, which is no longer available.

Will update this issue if/when I learn more or find time for a PR.

mikeymco commented 7 years ago

Duplicate of #176, resolved in PR #207. Closing. Thanks guys, sorry for the dupe.