refactor
This commit is contained in:
parent
19419526e4
commit
48a2be626d
6 changed files with 43 additions and 53 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<div class="padding">
|
||||
<input type="text" ng-model="data.comment" autofocus>
|
||||
<input type="text" ng-model="comment" autofocus>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<button class="button button-dark button-block" ng-click="commentPopupClose()" translate>Cancel</button>
|
||||
<button class="button button-dark button-block" ng-click="commentPopupClose(comment)" translate>Cancel</button>
|
||||
</div>
|
||||
<div class="col">
|
||||
<button class="button button-dark button-block" ng-click="commentPopupSave()" translate>Save</button>
|
||||
<button class="button button-dark button-block" ng-click="commentPopupSave(comment)" translate>Save</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue