Reset form if nothing selected

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-15 10:29:07 -03:00
commit bf4d9d2546
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -3,7 +3,7 @@
<ion-content ng-style="{'background-color': '#f6f7f9'}" overflow-scroll="true">
<nav class="tab-bar" ng-style="{'background-color':color}">
<section class="left-small">
<a ng-show="!editAddressbook && !addAddressbookEntry" ng-click="cancel()" class="p10">
<a ng-show="!editAddressbook && !addAddressbookEntry" ng-click="cancelAddress()" class="p10">
<span class="text-close" translate>Close</span>
</a>
</section>