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 I use v0.0.1 and call $location.search() I received data from URL (ie. http://example.com/#/home?mydata1=specialdata1&mydata2=specialdata2 and so on)
but when I tried to move version up to the 0.2.0 this method $location.search() give me empty object (don't now why).
How to get data from URL using v0.2.0?
The text was updated successfully, but these errors were encountered:
Try following the link. The $location.search() appears to be showed before the route change. Curiously, if you follow the link again, or enter manually the address twice, it works.
There are also a video, with the steps that we encountered to reproduce the behavior:
When I use v0.0.1 and call $location.search() I received data from URL (ie. http://example.com/#/home?mydata1=specialdata1&mydata2=specialdata2 and so on)
but when I tried to move version up to the 0.2.0 this method $location.search() give me empty object (don't now why).
How to get data from URL using v0.2.0?
The text was updated successfully, but these errors were encountered: