Commit 8a75d8fee7a61f567ec926cc8e05eca63a928af4
1 parent
64ec939458
Exists in
master
bug ng repeat en hojas ruta
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/lista-hoja-ruta.html
... | ... | @@ -77,7 +77,7 @@ |
77 | 77 | </div> |
78 | 78 | </div> |
79 | 79 | <div class="col-12 col-md-10 col-lg-8 offset-md-1 offset-lg-2"> |
80 | - <div class="row grilla-articulo d-none d-sm-flex"> | |
80 | + <div class="row grilla-articulo d-sm-flex"> | |
81 | 81 | <table class="table tabla-articulo table-striped table-sm table-dark"> |
82 | 82 | <thead> |
83 | 83 | <tr class="d-flex"> |
... | ... | @@ -91,7 +91,7 @@ |
91 | 91 | </thead> |
92 | 92 | <tbody class="tabla-articulo-body"> |
93 | 93 | <tr |
94 | - ng-repeat="(key, remito) in remitos" class="d-flex" | |
94 | + ng-repeat="(key, remito) in hojasRuta.remito" class="d-flex" | |
95 | 95 | > |
96 | 96 | <td ng-bind="key + 1"></td> |
97 | 97 | <td ng-bind="remito.nombreCliente"></td> |