Commit 42cffcca3411c0ef770e51650042955f5b5b59c7

Authored by Eric Fernandez
1 parent 11b61c336f
Exists in master

espacio despues de ,

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/modal-precio-condicion.html
... ... @@ -25,7 +25,7 @@
25 25 </thead>
26 26 <tbody>
27 27 <tr class="selectable"
28   - ng-repeat="(key,precioCondicion) in currentPagePrecioCondicion"
  28 + ng-repeat="(key, precioCondicion) in currentPagePrecioCondicion"
29 29 ng-click="select(precioCondicion)">
30 30 <td ng-bind="precioCondicion.codigo"></td>
31 31 <td ng-bind="precioCondicion.nombre"></td>