Improves response of close button

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-27 03:51:41 -03:00
commit 47ae2f8e59
7 changed files with 36 additions and 18 deletions

View file

@ -1,6 +1,6 @@
<nav class="tab-bar">
<section class="right-small">
<a ng-click="cancel()" class="p10">
<a ng-click="cancel()" class="p10 ng-animate-disabled">
<span class="text-close" translate>Close</span>
</a>
</section>