Wallet/www/views/includes/note.html
2016-10-06 00:26:57 -04:00

11 lines
383 B
HTML

<div class="padding">
<input type="text" ng-model="data.comment" autofocus>
</div>
<div class="row">
<div class="col">
<button class="button button-dark button-block" ng-click="commentPopupClose()" translate>Cancel</button>
</div>
<div class="col">
<button class="button button-dark button-block" ng-click="commentPopupSave()" translate>Save</button>
</div>
</div>