angular.js - angularjs1里面路由地址传递可选的参数
世界只因有你
世界只因有你 2017-05-15 17:13:10
0
1
501

angular1中怎么在路由里面传递可选的路由参数:

例如:www.test.com传递可选路由参数idwww.test.com/#/test/id在config里:

$routeProvider.when('/test/:id',{
         templateUrl: 'test.html',
         controller: 'testCtrl'
})

如果按照上面的代码写 id就必须传了 一旦id为空相对应的页面就不会显示出来,有没有办法传递这个值为空 或者可选传递

世界只因有你
世界只因有你

répondre à tous(1)
洪涛

Je l'avais un peu oublié, mais je l'ajoute habituellement ?

$routeProvider.when('/test/?:id',{
         templateUrl: 'test.html',
         controller: 'testCtrl'
})
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal