Skip to content
Snippets Groups Projects
Commit da5a5c0f authored by jm's avatar jm
Browse files

[fix] Graph account balance > change time scale

parent 662e4b19
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ angular.module('cesium.graph.common.controllers', ['cesium.services']) ...@@ -4,7 +4,7 @@ angular.module('cesium.graph.common.controllers', ['cesium.services'])
.controller('GpCurrencyAbstractCtrl', GpCurrencyAbstractController) .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'; 'ngInject';
$scope.loading = true; $scope.loading = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment