Commit 0a91d8be350fc50ff10b564c294d8d7946554192
1 parent
e7ed83b094
Exists in
master
and in
2 other branches
Ultimos cambios realizados por Jose.
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -9,7 +9,7 @@ angular.module('focaBotoneraPrincipal') |
9 | 9 | if(APP === 'distribuidor' || APP === 'transportista') { |
10 | 10 | botonesPorPagina = 3; |
11 | 11 | } |
12 | - for(var i = 0; i < botones.data.length; i += botonesPorPagina){ | |
12 | + for(var i = 0; i < botones.data.length; i += botonesPorPagina) { | |
13 | 13 | $scope.paginas.push(botones.data.slice(i, i + botonesPorPagina)); |
14 | 14 | } |
15 | 15 |
src/views/foca-botonera-principal.html
... | ... | @@ -23,13 +23,13 @@ |
23 | 23 | <pagination></pagination> |
24 | 24 | </swiper> |
25 | 25 | <a |
26 | - class="btn btn-outline-dark mt-5 btn-lg" | |
26 | + class="btn btn-outline-dark btn-lg" | |
27 | 27 | href="javascript:void()" |
28 | 28 | ng-click="showTerminal()" |
29 | 29 | > |
30 | 30 | <i class="fa fa-info-circle" aria-hidden="true"></i> |
31 | 31 | </a> |
32 | - <a class="btn btn-outline-dark mt-5 btn-lg" | |
32 | + <a class="btn btn-outline-dark btn-lg" | |
33 | 33 | href="javascript:void()" |
34 | 34 | ng-click="logout()" |
35 | 35 | > |