refactor(webpack): remove angular imports
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import angular from 'angular';
|
||||
|
||||
angular.module('portainer.agent')
|
||||
.controller('NodeSelectorController', ['AgentService', 'Notifications', function (AgentService, Notifications) {
|
||||
var ctrl = this;
|
||||
|
||||
Reference in New Issue
Block a user