//Currently unused and replaced by a simple directive import * as angular from 'angular'; export const AdjusterLoaderComponent = { template: require('./adjuster-loader.directive.html'), bindings: {}, controller: function ( $scope, HsCore, HsConfig, AdjusterService, HsUtilsService ) { 'ngInject'; const vm = this; angular.extend(vm, { //HsCore, AdjusterService, }); //$scope.$emit('scope_loaded', 'adjuster'); }, controllerAs: 'vm', };