Commit 3600827e0b646ad8909ba066e5c24022f8bc2e11
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-modal-chofer!1
Showing
1 changed file
Show diff stats
src/views/modal-chofer.html
| ... | ... | @@ -67,7 +67,7 @@ |
| 67 | 67 | <nav ng-show="currentPageChoferes.length > 0 && primerBusqueda"> |
| 68 | 68 | <ul class="pagination pagination-sm justify-content mb-0"> |
| 69 | 69 | <li class="page-item" ng-class="{'disabled': currentPage == 1}"> |
| 70 | - <a class="page-link" href="#" ng-click="selectPage(currentPage - 1)"> | |
| 70 | + <a class="page-link" href="javascript:void();" ng-click="selectPage(currentPage - 1)"> | |
| 71 | 71 | <span aria-hidden="true">«</span> |
| 72 | 72 | <span class="sr-only">Anterior</span> |
| 73 | 73 | </a> |
| ... | ... | @@ -79,13 +79,13 @@ |
| 79 | 79 | > |
| 80 | 80 | <a |
| 81 | 81 | class="page-link" |
| 82 | - href="#" | |
| 82 | + href="javascript:void();" | |
| 83 | 83 | ng-click="selectPage(pagina)" |
| 84 | 84 | ng-bind="pagina" |
| 85 | 85 | ></a> |
| 86 | 86 | </li> |
| 87 | 87 | <li class="page-item" ng-class="{'disabled': currentPage == lastPage}"> |
| 88 | - <a class="page-link" href="#" ng-click="selectPage(currentPage + 1)"> | |
| 88 | + <a class="page-link" href="javascript:void();" ng-click="selectPage(currentPage + 1)"> | |
| 89 | 89 | <span aria-hidden="true">»</span> |
| 90 | 90 | <span class="sr-only">Siguiente</span> |
| 91 | 91 | </a> |