Commit e7ed83b0940a71aa04306e17e80e39e0605877f2

Authored by Jose Pinto
1 parent 014f467867
Exists in master

fuera espacio en blanco

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -4,7 +4,6 @@ angular.module('focaBotoneraPrincipal')
4 4 'botones', 'focaModalService', 'APP', 'focaBotoneraLateralService',
5 5 function($scope, $rootScope, $timeout, $location, $localStorage,
6 6 botones, focaModalService, APP, focaBotoneraLateralService) {
7   -
8 7 $scope.paginas = [];
9 8 var botonesPorPagina = 10;
10 9 if(APP === 'distribuidor' || APP === 'transportista') {