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
Now that I can successfully navigate to "/home/publish/edit" using $state.go('home.publish.edit') before the parent state lazy loading taking place, however, directly accessing "/home/publish/edit" in the browser gives me the error "No such state 'home.publish'" after both the parent and child's lazy loading finished.
The text was updated successfully, but these errors were encountered:
I have a lazy loaded parent state:
which will return another lazy loaded child state in the lazyLoad promise:
Now that I can successfully navigate to "/home/publish/edit" using $state.go('home.publish.edit') before the parent state lazy loading taking place, however, directly accessing "/home/publish/edit" in the browser gives me the error "No such state 'home.publish'" after both the parent and child's lazy loading finished.
The text was updated successfully, but these errors were encountered: