<li ui-sref="app.admin.edit({$rootScope.adminUser._id})"> <a> 改密 </a> </li> 想要在这个状态后面附上一个参数,这个值是存在而且在conlose.log中可以打出来的,但是跳转的时候没有附上这个ID,这是为什么呢?
Remove $rootscope
Remove $rootScope or $rootScope.adminUser. Normally, just pass an object and get the id on the next page.
Remove $rootscope
Remove $rootScope or $rootScope.adminUser. Normally, just pass an object and get the id on the next page.