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

fix lookup search deps

parent 0b2b46f1
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -149,7 +149,7 @@ angular.module('cesium.wot.controllers', ['cesium.services'])
;
function WotLookupController($scope, $state, $timeout, $focus, $location, $ionicPopover, $ionicHistory,
function WotLookupController($scope, $state, $q, $timeout, $focus, $location, $ionicPopover, $ionicHistory,
UIUtils, csConfig, csCurrency, csSettings, Device, BMA, csWallet, csWot) {
'ngInject';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment