Commit 38a34a953d88dd5dd0a06b08b72b67ce35ce4e92

Authored by Benjamin Rodriguez
1 parent 5a7851ca0d
Exists in master and in 1 other branch develop

correciones en identacion

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -18,7 +18,7 @@ angular.module('focaBotoneraPrincipal')
18 18 focaBotoneraLateralService.showSalir(false);
19 19 focaBotoneraLateralService.showCancelar(false);
20 20  
21   - $scope.rutas = $localStorage.rutas? JSON.parse($localStorage.rutas) : [];
  21 + $scope.rutas = $localStorage.rutas ? JSON.parse($localStorage.rutas) : [];
22 22  
23 23 $scope.irA = function (accion) {
24 24 $location.path(accion);