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 clients/cesium-grp/cesium!569
parents 662e4b19 da5a5c0f
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'])
.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;
......
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