This commit is contained in:
Gabriel Bazán 2017-06-07 13:15:15 -03:00
parent 8627e60103
commit c932e0d23c
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
<!-- Supported Platforms -->
<engine name="ios" spec="~4.2.1" />
<engine name="android" spec="~6.2.3" />
<engine name="windows" spec="~4.4.3" />
<engine name="windows" spec="~5.0.0" />
<!-- Platform Specific Settings -->
<platform name="ios">

View File

@ -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',