Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL is broken when navigating to page with query params #7

Open
ptanov opened this issue Feb 24, 2016 · 2 comments
Open

URL is broken when navigating to page with query params #7

ptanov opened this issue Feb 24, 2016 · 2 comments
Assignees
Labels

Comments

@ptanov
Copy link
Member

ptanov commented Feb 24, 2016

do not search if state is chaning...

@ptanov ptanov added the bug label Feb 24, 2016
@ptanov ptanov self-assigned this Feb 24, 2016
@ptanov
Copy link
Member Author

ptanov commented Apr 1, 2016

            $scope.$watchCollection(function() {return $state.params;}, urlToFilter);

is invoked before scope is destroyed when changing state...

@ptanov
Copy link
Member Author

ptanov commented Apr 1, 2016

this is related to
angular-ui/ui-router#2614
so until ui-router 0.2.19 release - we must use version 0.2.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant