Fix typo
This commit is contained in:
parent
fbdfa0016e
commit
086413ba59
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.isChromeApp = isChromeApp;
|
||||
self.isSafari = isMobile.Safari();
|
||||
self.isWindowsPhoneApp = isMobile.Windows() && isCordova;
|
||||
self.usePushNotifications = self.isCordova && !self.isWindowsPrhoneApp;
|
||||
self.usePushNotifications = self.isCordova && !self.isWindowsPhoneApp;
|
||||
self.onGoingProcess = {};
|
||||
self.historyShowLimit = 10;
|
||||
self.updatingTxHistory = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue