copay/public/views/includes/note.html

8 lines
382 B
HTML
Raw Normal View History

<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>