adding ionic pop up to password request and delete popup header
This commit is contained in:
parent
793391ed3c
commit
1118183eca
7 changed files with 72 additions and 76 deletions
|
|
@ -1,4 +1,10 @@
|
|||
<input type="text" ng-model="data.comment" autofocus>
|
||||
<div class="columns m20t">
|
||||
<label class="size-14 text-center">
|
||||
<span ng-show="!comment" translate>Enter a new comment</span>
|
||||
<span ng-show="comment" translate>Edit comment</span>
|
||||
</label>
|
||||
<input type="text" ng-model="data.comment">
|
||||
</div>
|
||||
<div class="small-6 columns">
|
||||
<button class="round outline dark-gray expand" ng-click="commentPopupClose()" translate>CANCEL</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue