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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
I think it would be helpful to have an alternative form of navigating around an app that uses $location. The idea is that it wouldn't force the entire app to load every time you navigate to a new page.
The text was updated successfully, but these errors were encountered:
…e navigation
Allow a faster way to navigate within the app.
The current browser.get method forces the entire app to load every time you navigate to a new page.
The proposed browser.navigateTo method uses the same format as $location.url().
Closesangular#368
I think it would be helpful to have an alternative form of navigating around an app that uses $location. The idea is that it wouldn't force the entire app to load every time you navigate to a new page.
The text was updated successfully, but these errors were encountered: