Commit 645391768284b2972c8c60d623e36242725ea8fa

Authored by Eric Fernandez
1 parent f2852db987
Exists in master

lada para mobile

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
src/views/nota-pedido.html
... ... @@ -521,7 +521,13 @@
521 521 <div class="row d-md-none fixed-bottom">
522 522 <div class="w-100 bg-dark d-flex px-3 acciones-mobile">
523 523 <span class="ml-3 text-muted" ng-click="salir()">Salir</span>
524   - <span class="mr-3 ml-auto" ng-click="crearNotaPedido()">Guardar</span>
  524 + <span
  525 + class="mr-3 ml-auto"
  526 + ng-class="saveLoading ? 'text-muted' : ''"
  527 + ng-click="crearNotaPedido()"
  528 + ladda="saveLoading"
  529 + data-style="expand-left"
  530 + >Guardar</span>
525 531 </div>
526 532 </div>
527 533 </div>