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

Allow persisting state easily between routes change #49

Open
kavi87 opened this issue Nov 5, 2015 · 0 comments
Open

Allow persisting state easily between routes change #49

kavi87 opened this issue Nov 5, 2015 · 0 comments

Comments

@kavi87
Copy link
Contributor

kavi87 commented Nov 5, 2015

One of the most common problem when you do routing in angular is to save your state between controllers. This is generally done with a service but in many case it seems wrong to just create a service to pass data around. Solution such as ui-router seems to carry a lot of issues. What could be done eventually is to allow saving the $scope of a specified controller whenever it change and retrieve it easily.

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

No branches or pull requests

1 participant