hide form fields in create to WP

This commit is contained in:
Matias Alejo Garcia 2015-01-03 16:02:38 -03:00
commit ce4eade276
3 changed files with 10 additions and 8 deletions

View file

@ -6,7 +6,6 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
$scope.init = function() {
$scope.isMobile = isMobile.any();
$scope.isWindowsPhoneApp = isMobile.Windows() && isCordova;
$scope.isWindowsPhoneApp = 1;
$scope.hideForWP = 0;
$scope.attempt = 0;