Commit 9c860640d7c6675a31306e52f4a32ba334e27b39
1 parent
46ad5d445e
Exists in
master
and in
1 other branch
src soporta mobile
Showing
1 changed file
with
1 additions
and
1 deletions
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 src="./img/{{boton.image}}" alt="" ng-if="boton !== ''"> | |
| 12 | 12 | <span>{{boton.label}}</span> |
| 13 | 13 | </button> |
| 14 | 14 | </div> |