Commit 0cf138f96f203e76afabe750b7f3d57800cd1545
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-modal-domicilio!6
Showing
1 changed file
 
Show diff stats
src/views/modal-domicilio.html
| ... | ... | @@ -84,7 +84,7 @@ | 
| 84 | 84 | <nav ng-show="currentPageDomicilios.length > 0 && !ingreso"> | 
| 85 | 85 | <ul class="pagination pagination-sm mb-0 justify-content-end"> | 
| 86 | 86 | <li class="page-item" ng-class="{'disabled': currentPage == 1}"> | 
| 87 | - <a class="page-link" href="#" ng-click="selectPage(currentPage - 1)"> | |
| 87 | + <a class="page-link" href="javascript:void();" ng-click="selectPage(currentPage - 1)"> | |
| 88 | 88 | <span aria-hidden="true">«</span> | 
| 89 | 89 | <span class="sr-only">Anterior</span> | 
| 90 | 90 | </a> | 
| ... | ... | @@ -96,13 +96,13 @@ | 
| 96 | 96 | > | 
| 97 | 97 | <a | 
| 98 | 98 | class="page-link" | 
| 99 | - href="#" | |
| 99 | + href="javascript:void();" | |
| 100 | 100 | ng-click="selectPage(pagina)" | 
| 101 | 101 | ng-bind="pagina" | 
| 102 | 102 | ></a> | 
| 103 | 103 | </li> | 
| 104 | 104 | <li class="page-item" ng-class="{'disabled': currentPage == lastPage}"> | 
| 105 | - <a class="page-link" href="#" ng-click="selectPage(currentPage + 1)"> | |
| 105 | + <a class="page-link" href="javascript:void();" ng-click="selectPage(currentPage + 1)"> | |
| 106 | 106 | <span aria-hidden="true">»</span> | 
| 107 | 107 | <span class="sr-only">Siguiente</span> | 
| 108 | 108 | </a> |