add transaction comment - custom popup (Gabriel)

This commit is contained in:
Javier 2016-05-31 14:51:17 -03:00
commit 8759b633fb
8 changed files with 205 additions and 133 deletions

View file

@ -0,0 +1,7 @@
<input type="text" ng-model="data.comment" autofocus>
<div class="small-6 columns">
<button class="round outline dark-gray expand" ng-click="commentPopupClose()" translate>CANCEL</button>
</div>
<div class="small-6 columns">
<button ng-style="{'background-color': index.backgroundColor}" class="round outline expand" ng-click="commentPopupSave()" translate>SAVE</button>
</div>