Tagged Questions
0
votes
1answer
61 views
Angular app without routes
I have an application which needs to be able to dynamically add directives/filters/services/controllers. The functionality I need is akin to loading a Mac OS X Widget / Windows Gadget. To my knowledge ...
1
vote
1answer
220 views
What is the proper way for highlighting currently active menu in AngularJS?
I have a router, when some route is active - I show correct template. But my navigation menu is not in sync with this.. What is the proper way to sync navigation menu with router?
I've thought about ...