removed dummy buttons
This commit is contained in:
parent
a05347d768
commit
0f1227a47b
|
@ -16,9 +16,5 @@
|
|||
<p>{{($ctrl.edit[0].quantity * $ctrl.edit[0].price)
|
||||
- (($ctrl.newDiscount * ($ctrl.edit[0].quantity * $ctrl.edit[0].price))/100)
|
||||
| currency:' €':2}}</p>
|
||||
<vn-button
|
||||
label="Save"
|
||||
ng-click="$ctrl.hide()">
|
||||
</vn-button>
|
||||
</div>
|
||||
</div>
|
|
@ -237,10 +237,6 @@
|
|||
<p>{{($ctrl.sale.quantity * $ctrl.editedPrice)
|
||||
- (($ctrl.sale.discount * ($ctrl.sale.quantity * $ctrl.editedPrice))/100)
|
||||
| currency:' €':2}}</p>
|
||||
<vn-button
|
||||
label="Save"
|
||||
ng-click="$ctrl.updatePrice()">
|
||||
</vn-button>
|
||||
</div>
|
||||
</div>
|
||||
</vn-popover>
|
||||
|
|
|
@ -31,6 +31,12 @@ vn-ticket-sale {
|
|||
vn-dialog.edit {
|
||||
@extend vn-popover.edit;
|
||||
|
||||
&>div{
|
||||
padding: 0!important;
|
||||
}
|
||||
vn-textfield {
|
||||
width: 100%;
|
||||
}
|
||||
.buttons{
|
||||
margin-top: 0!important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue