refactor isCordova

This commit is contained in:
Matias Alejo Garcia 2015-10-07 12:17:13 -03:00
commit 1e55e465ca
8 changed files with 12 additions and 17 deletions

View file

@ -1,11 +1,10 @@
'use strict';
angular.module('copayApp.controllers').controller('importController',
function($scope, $rootScope, $location, $timeout, $log, profileService, notification, go, isMobile, sjcl, gettext, lodash, ledger, trezor) {
function($scope, $rootScope, $location, $timeout, $log, profileService, notification, go, sjcl, gettext, lodash, ledger, trezor) {
var self = this;
this.isSafari = isMobile.Safari();
var reader = new FileReader();
window.ignoreMobilePause = true;