Neil Duan

Results 3 comments of Neil Duan

@zhangzhonghua 检查一下你的应用是不是有xss过滤的功能,你需要将你的ureport查询请求加入例外。否则你的大于号会被转义为gt,语句自然就报错了。

Do you inject SharedState? And i think it's better to init at the controller's scope ,not in local app.controller('ListController', function ($scope, .....,`SharedState`) { ... });