Commit 7eac3d775243d1a431230aeae481cc0fc825e29f
Exists in
master
and in
2 other branches
Merge branch 'master' of http://git.focasoftware.com/npm/foca-botonera-facturador
# Conflicts: # src/views/botonera-facturador.html
Showing
1 changed file
Show diff stats
src/views/botonera-facturador.html
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | ng-click="(boton != '') ? ejecutarFuncion(boton.label) : null" |
9 | 9 | ng-class="{'d-sm-block h-100': boton == ''}" |
10 | 10 | > |
11 | - <img src="../img/{{boton.image}}" alt="" ng-if="boton !== ''"> | |
11 | + <img ng-src="../img/{{boton.image}}" alt=""> | |
12 | 12 | <span>{{boton.label}}</span> |
13 | 13 | </button> |
14 | 14 | </div> |