refactor isCordova
This commit is contained in:
parent
e7683ba86f
commit
1e55e465ca
8 changed files with 12 additions and 17 deletions
|
|
@ -1,9 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
|
||||
function($scope,$log, configService, isMobile, isCordova, go, applicationService ) {
|
||||
this.isSafari = isMobile.Safari();
|
||||
this.isCordova = isCordova;
|
||||
function($scope,$log, configService, go, applicationService ) {
|
||||
this.error = null;
|
||||
this.success = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue