Skip to content
Snippets Groups Projects
Commit a6eb1f43 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Merge branch 'master' into 'master'

[fix] Graph account balance > change time scale

See merge request !569
parents 662e4b19 da5a5c0f
No related branches found
No related tags found
1 merge request!569[fix] Graph account balance > change time scale
Pipeline #5971 passed with warnings
...@@ -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