Merge pull request #161 from gabrielbazan7/fix/copayers1

go from create new shared to copayers
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-22 16:54:27 -03:00 committed by GitHub
commit 6f7c4fc1c5
6 changed files with 77 additions and 60 deletions

View file

@ -198,7 +198,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
});
});
$scope.$on("$ionicView.enter", function(event, data){
$scope.$on("$ionicView.enter", function(event, data) {
configService.whenAvailable(function() {
var config = configService.getSync();
var isWindowsPhoneApp = platformInfo.isWP && platformInfo.isCordova;