From 5a7851ca0d19a08fee2db0a9f6b4679518bf9767 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 30 Sep 2019 16:28:27 -0300 Subject: [PATCH] correciones en identacion --- src/js/controller.js | 7 --- src/views/foca-botonera-principal.html | 94 +++++++++++++++++----------------- 2 files changed, 48 insertions(+), 53 deletions(-) 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 @@
-
- - - - - - +
@@ -49,11 +32,17 @@ - - + + @@ -63,10 +52,17 @@ @@ -74,12 +70,18 @@
-
\ No newline at end of file +
-- 1.9.1