We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try make an app with the following routeProvider definition:
routeProvider
$routeProvider.when('/:first/:secondmilestone', { templateUrl: 'partials/template.html', controller: 'mycontroller' });
Regardless of what is contained within mycontroller or template.html, the browser
mycontroller
template.html
I also tried to use fixed routes but they didn't work at all either.
$routeProvider.when('/this/doesnt/work', { ... });
This is a pretty critical piece of functionality!
The text was updated successfully, but these errors were encountered:
Hi @fushunpoon, I don't think this is an issue as this's how router work. You may want to post at angular forum instead of here.
Sorry, something went wrong.
No branches or pull requests
Try make an app with the following
routeProvider
definition:Regardless of what is contained within
mycontroller
ortemplate.html
, the browserI also tried to use fixed routes but they didn't work at all either.
This is a pretty critical piece of functionality!
The text was updated successfully, but these errors were encountered: