diff --git a/src/js/controller.js b/src/js/controller.js index d8a43a1..b192d8c 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -3,7 +3,7 @@ angular.module('focaBotoneraPrincipal') '$scope', '$location', '$cookies', 'botones', 'focaModalService', 'APP', function($scope, $location, $cookies, botones, focaModalService, APP) { $scope.paginas = []; - if(APP !== '') { + if(APP === 'distribuidor') { $scope.paginas.push(botones.data.slice(0, 3)); $scope.paginas.push(botones.data.slice(3, 6)); } else {