From a2cc614fb9be549b1a140f82b1ade861e47a5c71 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Mon, 14 Jan 2019 16:03:47 -0300 Subject: [PATCH] reemplazo src por ng-src en imagen --- src/views/botonera-facturador.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/botonera-facturador.html b/src/views/botonera-facturador.html index e0194ca..29bd91c 100644 --- a/src/views/botonera-facturador.html +++ b/src/views/botonera-facturador.html @@ -8,7 +8,7 @@ ng-click="(boton != '') ? ejecutarFuncion(boton.label) : null" ng-class="{'d-sm-block h-100': boton == ''}" > - + {{boton.label}} -- 1.9.1