diff --git a/www/plugins/graph/js/controllers/common-controllers.js b/www/plugins/graph/js/controllers/common-controllers.js index 3d257a31ccdd2bdae28112ea9a134f7daf3905fa..79c2969569628d5a4479bc51d36a7be0902881f1 100644 --- a/www/plugins/graph/js/controllers/common-controllers.js +++ b/www/plugins/graph/js/controllers/common-controllers.js @@ -4,7 +4,7 @@ angular.module('cesium.graph.common.controllers', ['cesium.services']) .controller('GpCurrencyAbstractCtrl', GpCurrencyAbstractController) ; -function GpCurrencyAbstractController($scope, $filter, $ionicPopover, $ionicHistory, $state, csSettings, csCurrency, esHttp) { +function GpCurrencyAbstractController($scope, $filter, $ionicPopover, $ionicHistory, $state, csSettings, csCurrency, esHttp, UIUtils) { 'ngInject'; $scope.loading = true;