Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

get() that uses $location #368

Closed
wlingke opened this issue Dec 20, 2013 · 0 comments
Closed

get() that uses $location #368

wlingke opened this issue Dec 20, 2013 · 0 comments

Comments

@wlingke
Copy link
Contributor

wlingke commented Dec 20, 2013

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.

@juliemr juliemr closed this as completed Dec 25, 2013
@juliemr juliemr reopened this Dec 25, 2013
flegall added a commit to flegall/protractor that referenced this issue Apr 4, 2014
…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().

Closes angular#368
@juliemr juliemr closed this as completed in 54060b7 Apr 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants