我已将路线指定为
.state('executive.vieworder', {
abstarct: true,
url: '/order/:id/',
templateUrl: './partials/order/view.html',
controller: 'OrderViewCtrl'
})
我需要将网址隐藏在浏览地址栏中。我怎么能这样做?