From 7c0b7fca6bacf1e58b8a647222e141405dacee80 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Thu, 21 Feb 2019 17:25:46 -0300 Subject: [PATCH] agrego opcion disabled --- src/views/botonera-facturador.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/botonera-facturador.html b/src/views/botonera-facturador.html index e168f27..f5af5f0 100644 --- a/src/views/botonera-facturador.html +++ b/src/views/botonera-facturador.html @@ -7,6 +7,7 @@ class="btn btn-default btn-block btn-xs text-center py-1 rounded border border-light foca-overflow-hidden" ng-click="(boton != '') ? ejecutarFuncion(boton.label) : null" ng-class="{'d-sm-block h-100': boton == ''}" + ng-disabled="boton.disable" > {{boton.label}} -- 1.9.1