diff --git a/src/js/controller.js b/src/js/controller.js index a99a712..fd3abab 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -20,7 +20,6 @@ angular.module('focaBotoneraPrincipal') $scope.rutas = $localStorage.rutas? JSON.parse($localStorage.rutas) : []; - $scope.irA = function (accion) { $location.path(accion); }; @@ -34,11 +33,5 @@ angular.module('focaBotoneraPrincipal') focaModalService.info('Su terminal es: ' + key); }; - init(); - - function init() { - - console.log($localStorage); - } } ]); diff --git a/src/views/foca-botonera-principal.html b/src/views/foca-botonera-principal.html index a84261c..de50345 100644 --- a/src/views/foca-botonera-principal.html +++ b/src/views/foca-botonera-principal.html @@ -1,43 +1,26 @@