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 a button is pressed, I need to authenticate the user before setting the URL allowing the user to route to the next page. Thus I can't use ui-sref. I tried $location.Path and $state.go and neither is defined.
import { $state } from 'ng-forward'; is undefined...
thus subsequent @Inject or $state.go("/homePage"); will fail.
What alternative would you suggest ... hopefully not javascript force a new URL.
Thanks,
Chuck Duncan
Camp Systems, Merrimack, NH
The text was updated successfully, but these errors were encountered:
When a button is pressed, I need to authenticate the user before setting the URL allowing the user to route to the next page. Thus I can't use ui-sref. I tried $location.Path and $state.go and neither is defined.
import { $state } from 'ng-forward'; is undefined...
thus subsequent @Inject or $state.go("/homePage"); will fail.
What alternative would you suggest ... hopefully not javascript force a new URL.
Thanks,
Chuck Duncan
Camp Systems, Merrimack, NH
The text was updated successfully, but these errors were encountered: