我想从网站上的构造函数使用$ scope,$ http等项目是ng.1.5但是在组件ES6中编写,编译webpack2。通过ngInject注入。请建议。 $ http它未定义。
export default class AuthenticationService {
constructor(
$rootScope,
$http,
$state,
$scope,
$timeout,
$location
) {
'ngInject';
this.$http = $http;
console.log( this.$http);
} {
}
汇编: