hide form fields in create to WP
This commit is contained in:
parent
04ab9f9971
commit
ce4eade276
3 changed files with 10 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue