Fix copay logo for WP8

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-17 11:39:43 -03:00
commit 3430704413
4 changed files with 9 additions and 13 deletions

View file

@ -1,8 +1,9 @@
'use strict';
angular.module('copayApp.controllers').controller('sidebarController',
function($rootScope, $timeout, lodash, profileService, configService, go) {
function($rootScope, $timeout, lodash, profileService, configService, go, isMobile, isCordova) {
var self = this;
self.isWindowsPhoneApp = isMobile.Windows() && isCordova;
self.walletSelection = false;
// wallet list change