fixes
This commit is contained in:
parent
8627e60103
commit
c932e0d23c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.directives')
|
||||
.directive('qrScanner', function($state, $rootScope, $log, $ionicHistory, platformInfo, scannerService) {
|
||||
.directive('qrScanner', function($state, $rootScope, $log, $ionicHistory, platformInfo, scannerService, popupService) {
|
||||
|
||||
return {
|
||||
restrict: 'E',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue