remove slide to delete and adding that option to addr entry view

This commit is contained in:
Gabriel Bazán 2017-05-24 16:40:07 -03:00
commit 828b174c23
4 changed files with 16 additions and 17 deletions

View file

@ -42,9 +42,6 @@
<h2>{{addrEntry.name}}</h2>
<p>{{addrEntry.address}}</p>
<i class="icon bp-arrow-right"></i>
<ion-option-button class="button-assertive" ng-click="remove(addrEntry.address)">
<i class="icon ion-minus-circled"></i>
</ion-option-button>
</ion-item>
</ion-list>
</ion-content>