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
Is this product still maintained.. I've invested quite a lot of time into using it and it seems to have a lot of unanswered issues over the past several months?
I noticed that if a route starts with the same text as another route, any other route with the same prefix gets loaded as well even if the second route is not "within" the first route.
For instance... I define a route that has a path of '/'.
.when('/', 'home')
But I want to actually start the user off at the login which has nothing to do with the first route:
.when('/login/', 'login')
However the controller for the first route gets loaded because it starts with the same route prefix.
The text was updated successfully, but these errors were encountered:
levipage
changed the title
Controller are loaded that have same prefix as another route
Controllers are loaded that have same prefix / resolve is ignored
Jul 31, 2015
levipage
changed the title
Controllers are loaded that have same prefix / resolve is ignored
Controllers are loaded that have same prefix
Jul 31, 2015
Is this product still maintained.. I've invested quite a lot of time into using it and it seems to have a lot of unanswered issues over the past several months?
I noticed that if a route starts with the same text as another route, any other route with the same prefix gets loaded as well even if the second route is not "within" the first route.
For instance... I define a route that has a path of '/'.
.when('/', 'home')
But I want to actually start the user off at the login which has nothing to do with the first route:
.when('/login/', 'login')
However the controller for the first route gets loaded because it starts with the same route prefix.
The text was updated successfully, but these errors were encountered: