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

[fix] Wallet: share button JS error - fix #411

parent f38874c5
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ angular.module('cesium.wallet.controllers', ['cesium.services', 'cesium.currency ...@@ -48,7 +48,7 @@ angular.module('cesium.wallet.controllers', ['cesium.services', 'cesium.currency
; ;
function WalletController($scope, $q, $ionicPopup, $timeout, $state, function WalletController($scope, $rootScope, $q, $ionicPopup, $timeout, $state,
UIUtils, csWallet, $translate, $ionicPopover, Modals, csSettings) { UIUtils, csWallet, $translate, $ionicPopover, Modals, csSettings) {
'ngInject'; 'ngInject';
......
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