Commit 7838e6cdebe596cdd09e62f99ca9e339b02b6fc8
1 parent
cb7f840a22
Exists in
master
Ultimos despachos aparecen abiertos.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/views/modal-ultimos-despachos.html
... | ... | @@ -26,10 +26,10 @@ |
26 | 26 | type="button" |
27 | 27 | class="btn p-1 text-secondary float-right border" |
28 | 28 | ng-click="manguera.show = !manguera.show"> |
29 | - <i ng-show="manguera.show" class="fa fa-minus px-1"></i> | |
30 | - <i ng-show="!manguera.show" class="fa fa-plus px-1"></i> | |
29 | + <i ng-show="!manguera.show" class="fa fa-minus px-1"></i> | |
30 | + <i ng-show="manguera.show" class="fa fa-plus px-1"></i> | |
31 | 31 | </button> |
32 | - <table class="table table-sm table-striped" ng-show="manguera.show"> | |
32 | + <table class="table table-sm table-striped" ng-show="!manguera.show"> | |
33 | 33 | <tbody> |
34 | 34 | <tr> |
35 | 35 | <td class="py-2 py-sm-1" ng-bind="producto.despachos[0].FEC | date:'dd/MM/yyyy hh:MM:ss'"></td> |