resolve注入會出現unpr,如何解決
自問自答,有兩種情況:
用component來跳轉頁面,注入就要在component的配置那裡使用bindings:{data: '來注入。
bindings:{data: '來注入。
用template與controller來跳轉,html裡面不能寫ng-controller="xxx"
ng-controller="xxx"
自問自答,有兩種情況:
用component來跳轉頁面,注入就要在component的配置那裡使用
bindings:{data: '來注入。
用template與controller來跳轉,html裡面不能寫
ng-controller="xxx"