Merge pull request #161 from gabrielbazan7/fix/copayers1
go from create new shared to copayers
This commit is contained in:
commit
6f7c4fc1c5
6 changed files with 77 additions and 60 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue