fix(mixed datasource): fixed issue with mixed data source in optimized build

This commit is contained in:
Torkel Ödegaard
2016-01-21 13:14:25 +01:00
parent bc05cc4977
commit 3d353c7d6d

View File

@@ -5,6 +5,7 @@ import _ from 'lodash';
class MixedDatasource {
/** @ngInject */
constructor(private $q, private datasourceSrv) {
}