|
|
@@ -1,4 +1,4 @@
|
|
|
-import adjusterComponent from './adjuster.component.js';
|
|
|
+import {AdjusterComponent} from './adjuster.component.js';
|
|
|
import {AdjusterService} from './adjuster.service.js';
|
|
|
|
|
|
angular
|
|
|
@@ -8,7 +8,5 @@ angular
|
|
|
template: require('./adjuster-sidebar-btn.directive.html'),
|
|
|
};
|
|
|
})
|
|
|
-
|
|
|
.service('PraAdjusterService', AdjusterService)
|
|
|
-
|
|
|
- .component('pra.adjuster', adjusterComponent);
|
|
|
+ .component('pra.adjuster', AdjusterComponent);
|