add addressbook entry when send success

This commit is contained in:
Gabriel Bazán 2016-09-21 15:13:22 -03:00
commit ef90113dd8
9 changed files with 126 additions and 37 deletions

View file

@ -1,10 +1,16 @@
<ion-view>
<ion-nav-bar class="bar-royal">
<ion-nav-back-button>
</ion-nav-back-button>
<ion-nav-title>
<span translate>Add entry</span>
<span translate>Add Contact</span>
</ion-nav-title>
<ion-nav-back-button ng-if="!fromSendTab">
</ion-nav-back-button>
<ion-nav-buttons side="secondary">
<button class="button back-button" ng-click="goHome()" ng-if="fromSendTab">
Cancel
</button>
</ion-nav-buttons>
</ion-nav-bar>
</ion-nav-bar>
<ion-content>