Commit 1beedde5b9ab3db752ed2477fb48843e89473640

Authored by Nicolás Guarnieri
1 parent 5597e6f1ec
Exists in master

menos de 100 caracteres

Showing 1 changed file with 9 additions and 2 deletions   Show diff stats
src/views/modal-busqueda-productos.html
... ... @@ -34,7 +34,10 @@
34 34 <button
35 35 type="button"
36 36 class="btn p-2 float-right"
37   - ng-class="{ 'btn-secondary': selectedProducto != key, 'btn-primary': selectedProducto == key}"
  37 + ng-class="{
  38 + 'btn-secondary': selectedProducto != key,
  39 + 'btn-primary': selectedProducto == key
  40 + }"
38 41 ng-click="select(producto)"
39 42 foca-focus="selectedProducto == {{key}}"
40 43 ng-keydown="itemProducto($event.keyCode)"
... ... @@ -53,7 +56,11 @@
53 56 <span class="sr-only">Anterior</span>
54 57 </a>
55 58 </li>
56   - <li class="page-item" ng-repeat="pagina in paginas" ng-class="{'active': pagina == currentPage}">
  59 + <li
  60 + class="page-item"
  61 + ng-repeat="pagina in paginas"
  62 + ng-class="{'active': pagina == currentPage}"
  63 + >
57 64 <a
58 65 class="page-link"
59 66 href="#"