You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
What about parsing the templateUrl for params (just like the route is currently) and using the params from the route to choose the template dynamically?
right now you have to do a ugly hack to achieve something similar (for example: http://stackoverflow.com/questions/11534710/angularjs-how-to-use-routeparams-in-generating-the-templateurl )
it would be nice if angularjs allows you to pass a function that receives $routeParams (and $location if possible)
what do you think?
The text was updated successfully, but these errors were encountered: