We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
src/module.js:351
$stateChangeStart
Will update this issue if/when I learn more or find time for a PR.
UI-Router ^1.0.0 deprecates state change events and breaks state config 'authenticate' property handling (and presumably 'authorize' as well).
src/module.js:351relies 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.