首頁 > 問答 > 主體
resolve注入會出現unpr,如何解決
巴扎黑2017-06-22 11:55:04
自問自答,有兩種情況:
用component來跳轉頁面,注入就要在component的配置那裡使用bindings:{data: '<'}來注入。
bindings:{data: '<'}
用template與controller來跳轉,html裡面不能寫ng-controller="xxx"
ng-controller="xxx"