enable devel mode

This commit is contained in:
JDonadio 2017-03-29 09:25:18 -03:00
commit 07be82f9d0
4 changed files with 5 additions and 5 deletions

View file

@ -71,6 +71,7 @@ angular.module('copayApp.controllers').controller('advancedSettingsController',
$scope.$on("$ionicView.beforeEnter", function(event, data) {
$scope.isCordova = platformInfo.isCordova;
$scope.isDevel = platformInfo.isDevel;
updateConfig();
});