go from create new shared to copayers

This commit is contained in:
Gabriel Bazán 2016-09-22 16:04:05 -03:00
commit b713d26173
6 changed files with 65 additions and 45 deletions

View file

@ -3,9 +3,15 @@
<ion-nav-bar class="bar-royal">
<ion-nav-back-button>
</ion-nav-back-button>
<ion-nav-title>{{wallet.name}}</ion-nav-title>
<ion-nav-buttons side="secondary">
<button class="button back-button" ng-click="goHome()" ng-if="fromAddShared">
{{'Close' | translate}}
</button>
</ion-nav-buttons>
</ion-nav-bar>
<ion-content ng-controller="copayersController">
<ion-content>
<div ng-show="!wallet.notAuthorized">
<h1 class="text-center" translate>Share this invitation with your copayers</h1>