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
The problem is whenever I call $state.go() inside a function attached to a property on authService, nothing happens. What is the logical solution here?
I realise the problem may be with my approach (perhaps services should never be able to transition to another state, and this is by design) and not with the library. I am unsure of where to ask for help/clarification.