You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using components and dynamic params, is it possible to participate in AngularJS' component lifecycle and trigger $onChanges (or maybe even call it manually) instead of the ui-router specific uiOnParamsChanged? It took me a bit to figure out why $onChanges wasn't firing already with browser navigation and to uncover that magic method.
This is a:
My version of UI-Router is: 1.0.5
Feature Request
When using components and dynamic params, is it possible to participate in AngularJS' component lifecycle and trigger
$onChanges
(or maybe even call it manually) instead of the ui-router specificuiOnParamsChanged
? It took me a bit to figure out why$onChanges
wasn't firing already with browser navigation and to uncover that magic method.Potentially related: #3210, #3399
The text was updated successfully, but these errors were encountered: