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
{{ message }}
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
Per the comments in stickyState.js:94, we need access to the internal representation of the root state. Since the mechanism used to access the root state is to decorate the .parent() state function, at least one state must be defined at config time.
I have figured out an easier way to access the root state. In $provide.decorate, the internal representation of the root state is accessible as $state.$current.
The text was updated successfully, but these errors were encountered:
Per the comments in stickyState.js:94, we need access to the internal representation of the root state. Since the mechanism used to access the root state is to decorate the .parent() state function, at least one state must be defined at config time.
I have figured out an easier way to access the root state. In $provide.decorate, the internal representation of the root state is accessible as $state.$current.
The text was updated successfully, but these errors were encountered: