Commit ee47868564101cbdc4a46d181d505c6494c5ea03
1 parent
e632ee0360
Exists in
master
and in
2 other branches
Espacios en blanco
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
src/js/controllerDetalle.js
... | ... | @@ -4,7 +4,7 @@ angular.module('focaActivarHojaRuta') |
4 | 4 | 'focaActivarHojaRutaService','hojasRutas', |
5 | 5 | function ($scope, $timeout, $uibModalInstance, focaModalService, |
6 | 6 | focaActivarHojaRutaService, hojasRutas) { |
7 | - | |
7 | + | |
8 | 8 | $scope.mostrar = false; |
9 | 9 | $scope.hojasRutas = hojasRutas; |
10 | 10 |