$ http无法在角度1.5 es6中工作

时间:2017-03-11 16:44:34

标签: javascript angularjs es6-class

我想从网站上的构造函数使用$ 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);
    } {
}

汇编: enter image description here

0 个答案:

没有答案