scrolling refactor - copy backup phrase

This commit is contained in:
JDonadio 2017-02-16 16:41:36 -05:00
commit c0e70eb686
6 changed files with 15 additions and 5 deletions

View file

@ -36,6 +36,9 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
// CHECKBOX CIRCLE
$ionicConfigProvider.form.checkbox('circle');
// USE NATIVE SCROLLING
$ionicConfigProvider.scrolling.jsScrolling(false);
$logProvider.debugEnabled(true);
$provide.decorator('$log', ['$delegate', 'platformInfo',
function($delegate, platformInfo) {