7 lines
382 B
HTML
7 lines
382 B
HTML
|
|
<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>
|