我使用 angularJS , nodejs 和 mongodb 。当我创建状态时,我定义了状态:
.state('detail', {
url: '/detail/:id',
templateUrl: 'views/detail-products.html',
controller: 'DetailCtrl'
})
当url:
localhost:9001/detail/53dbad2a22af464a799a9896
我想重命名id:
localhost:9001/detail/chi-tiet-1
有人可以帮助我吗?