“注入”行到底是做什么的?:
function PhotoGalleryCtrl($route, $xhr) {
}
PhotoGalleryCtrl.$inject = ['$route', '$xhr'];
$route 和 $xhr 是否在某处预定义?在哪里阅读它们?
谁说 PhotoGalleryCtrl 函数有 .$inject 方法?
“注入”行到底是做什么的?:
function PhotoGalleryCtrl($route, $xhr) {
}
PhotoGalleryCtrl.$inject = ['$route', '$xhr'];
$route 和 $xhr 是否在某处预定义?在哪里阅读它们?
谁说 PhotoGalleryCtrl 函数有 .$inject 方法?