angular.js - angular路由跳转中附加参数为什么不能成功?
巴扎黑
巴扎黑 2017-05-15 17:00:34
0
2
470
        <li ui-sref="app.admin.edit({$rootScope.adminUser._id})">
                <a>
                    改密
                </a>
            </li>
        想要在这个状态后面附上一个参数,这个值是存在而且在conlose.log中可以打出来的,但是跳转的时候没有附上这个ID,这是为什么呢?
巴扎黑
巴扎黑

reply all(2)
刘奇

Remove $rootscope

黄舟

Remove $rootScope or $rootScope.adminUser. Normally, just pass an object and get the id on the next page.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template