Commit 7c0b7fca6bacf1e58b8a647222e141405dacee80
1 parent
59d0ec3084
Exists in
master
and in
2 other branches
agrego opcion disabled
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/views/botonera-facturador.html
... | ... | @@ -7,6 +7,7 @@ |
7 | 7 | class="btn btn-default btn-block btn-xs text-center py-1 rounded border border-light foca-overflow-hidden" |
8 | 8 | ng-click="(boton != '') ? ejecutarFuncion(boton.label) : null" |
9 | 9 | ng-class="{'d-sm-block h-100': boton == ''}" |
10 | + ng-disabled="boton.disable" | |
10 | 11 | > |
11 | 12 | <img ng-src="./img/{{boton.image}}" alt=""> |
12 | 13 | <span>{{boton.label}}</span> |