标签: javascript angularjs ngroute
我使用ngroute来定义控制器的url映射。
ngroute
如何在路线中添加排除?例如:
when(!"/test1*" && !"test2*") { template:... controller:... }
所以我在这里尝试排除任何以$location.path()或test1开头的test2。这可能吗?
$location.path()
test1
test2