refs #5432 mod ng-show, add tooltip and disabled
This commit is contained in:
parent
40ccc4f409
commit
a670795f9d
|
@ -28,8 +28,10 @@
|
||||||
</vn-button-menu>
|
</vn-button-menu>
|
||||||
<vn-button icon="keyboard_arrow_down"
|
<vn-button icon="keyboard_arrow_down"
|
||||||
label="More"
|
label="More"
|
||||||
ng-click="moreOptions.show($event)"
|
disabled="!$ctrl.hasSelectedSales()"
|
||||||
ng-show="$ctrl.hasSelectedSales()">
|
vn-tooltip="Select lines to see the options"
|
||||||
|
ng-click="moreOptions.show($event)">
|
||||||
|
<!-- ng-show="$ctrl.hasSelectedSales()"> -->
|
||||||
</vn-button>
|
</vn-button>
|
||||||
<vn-button
|
<vn-button
|
||||||
disabled="!$ctrl.hasSelectedSales() || !$ctrl.isEditable"
|
disabled="!$ctrl.hasSelectedSales() || !$ctrl.isEditable"
|
||||||
|
|
|
@ -40,3 +40,4 @@ Refund: Abono
|
||||||
Promotion mana: Maná promoción
|
Promotion mana: Maná promoción
|
||||||
Claim mana: Maná reclamación
|
Claim mana: Maná reclamación
|
||||||
History: Historial
|
History: Historial
|
||||||
|
Select lines to see the options: Seleccione lineas para ver las opciones
|
||||||
|
|
Loading…
Reference in New Issue