From 38a34a953d88dd5dd0a06b08b72b67ce35ce4e92 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 30 Sep 2019 16:30:19 -0300 Subject: [PATCH] correciones en identacion --- src/js/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controller.js b/src/js/controller.js index fd3abab..70d125a 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -18,7 +18,7 @@ angular.module('focaBotoneraPrincipal') focaBotoneraLateralService.showSalir(false); focaBotoneraLateralService.showCancelar(false); - $scope.rutas = $localStorage.rutas? JSON.parse($localStorage.rutas) : []; + $scope.rutas = $localStorage.rutas ? JSON.parse($localStorage.rutas) : []; $scope.irA = function (accion) { $location.path(accion); -- 1.9.1