404 should be fine, but will the result of t be the same every time? templateUrl corresponds to a fixed template page. If you write like this, Angular will probably never find it. If you want to pass parameters in the URL, you need to configure it after when.
404 should be fine, but will the result of t be the same every time?
templateUrl corresponds to a fixed template page. If you write like this, Angular will probably never find it. If you want to pass parameters in the URL, you need to configure it after when.
Use in controller
or the page has a tag
You can refer to this example
https://xdsnet.gitbooks.io/an...How about using ui-router instead of router
or