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

Replace broadcast etc with AngularJS routing #6037

Open
tsteur opened this issue Aug 21, 2014 · 2 comments
Open

Replace broadcast etc with AngularJS routing #6037

tsteur opened this issue Aug 21, 2014 · 2 comments
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Comments

@tsteur
Copy link
Member

tsteur commented Aug 21, 2014

Brings especially mid-/long-term many benefits. Is a requirement when replacing some or all visualizations with AngularJS. Would make implementing features like #5977 (comment) easier

Maybe we could also replace the menu.js with AngularJS in the same step? Not sure!

https://docs.angularjs.org/api/ngRoute/service/$route

$route is used for deep-linking URLs to controllers and views (HTML partials). It watches $location.url() and tries to map the path to an existing route definition.

@tsteur
Copy link
Member Author

tsteur commented Sep 25, 2014

We should probably at the same time also work on #6283 and drop IE8 support #4620

@tsteur
Copy link
Member Author

tsteur commented Jan 16, 2018

@sgiehl I think you are working on this? just fyi there is maybe an issue to be closed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants