fix hidden sidebars in cordova

This commit is contained in:
Matias Alejo Garcia 2014-12-07 14:12:58 -03:00
commit 4be558d143
5 changed files with 17 additions and 7 deletions

View file

@ -63,7 +63,9 @@ angular.module('copayApp.controllers').controller('CreateController',
}
}
$rootScope.$digest();
$timeout(function(){
$rootScope.$digest();
},1);
});
};
});