fix(webpack): import lodash

pull/2670/head
Chaim Lev-Ari 2018-11-08 12:45:13 +02:00
parent dd571a792f
commit a9e00b89fa
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import _ from 'lodash';
angular.module('portainer.app')
.controller('MultiEndpointSelectorController', function () {
var ctrl = this;