允许在路径中使用双斜杠 - ui-router

时间:2016-05-26 06:53:01

标签: angular-ui-router

我想允许ui-router解析路径中带有doubleslashes的状态。

我有以下状态:

.state('state', {
  url: 'path/to//:foo',
  templateUrl: 'template.html',
})

如果我致电$state.go('state', {foo: 'bar'}),状态将解析为example.com/path/to//bar

如果我将example.com/path/to//bar直接输入浏览器的地址栏,那么我会被重定向到example.com

有没有办法在路线中允许双打?

0 个答案:

没有答案