Commit 9374d55a50a6429895594dcb24004e7db2237cb2
1 parent
fc9560df57
Exists in
master
deshabilito botón en espera
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/views/remito.html
... | ... | @@ -470,13 +470,11 @@ |
470 | 470 | <div class="col-auto my-2 col-lg-2 botonera-lateral d-none"> |
471 | 471 | <div class="col-12 mt-auto"> |
472 | 472 | <button |
473 | - ladda="saveLoading" | |
474 | - data-spinner-color="#FF0000" | |
475 | 473 | ng-click="crearRemito()" |
476 | 474 | type="submit" |
477 | 475 | title="Crear nota remito" |
478 | 476 | class="btn btn-default btn-block mb-2 border border-dark" |
479 | - ng-disabled="remito.estado === 5" | |
477 | + ng-disabled="remito.estado === 5 || saveLoading" | |
480 | 478 | ><strong>GUARDAR</strong> |
481 | 479 | </button> |
482 | 480 | <button |