mirror of https://github.com/portainer/portainer
fix(webpack): import lodash
parent
dd571a792f
commit
a9e00b89fa
|
@ -1,3 +1,5 @@
|
|||
import _ from 'lodash';
|
||||
|
||||
angular.module('portainer.app')
|
||||
.controller('MultiEndpointSelectorController', function () {
|
||||
var ctrl = this;
|
||||
|
|
Loading…
Reference in New Issue