Commit 6b86c481f86e759194089728094ecf71f29aee95

Authored by Pablo Marco del Pont
1 parent b4e7f267fb
Exists in master

Solo pagina si es distribuidor.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -3,7 +3,7 @@ angular.module('focaBotoneraPrincipal')
3 3 '$scope', '$location', '$cookies', 'botones', 'focaModalService', 'APP',
4 4 function($scope, $location, $cookies, botones, focaModalService, APP) {
5 5 $scope.paginas = [];
6   - if(APP !== '') {
  6 + if(APP === 'distribuidor') {
7 7 $scope.paginas.push(botones.data.slice(0, 3));
8 8 $scope.paginas.push(botones.data.slice(3, 6));
9 9 } else {