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
It seems that when calling flash() before $location, which goes to a new route, the message does not show.
In the plunkr, it's setting the flash() after the route change is successful, but in this case, I'm setting it prior to the route change. Should this be supported?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
It seems that when calling
flash()
before$location
, which goes to a new route, the message does not show.In the plunkr, it's setting the flash() after the route change is successful, but in this case, I'm setting it prior to the route change. Should this be supported?
Thanks
The text was updated successfully, but these errors were encountered: