Commit aba452a21c0a92c865b892d95520b4d7475b4a7b
1 parent
c21b181eff
Exists in
master
and in
2 other branches
espacio necesario
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -91,7 +91,7 @@ angular.module('focaHojaRuta') |
91 | 91 | |
92 | 92 | $scope.terminarHojaRuta = function() { |
93 | 93 | focaModalService |
94 | - .confirm('¿Desea terminar la hoja de ruta? No podra realizar ninguna' + | |
94 | + .confirm('¿Desea terminar la hoja de ruta? No podra realizar ninguna ' + | |
95 | 95 | 'otra descarga ni modificación') |
96 | 96 | .then(terminar); |
97 | 97 | function terminar() { |
... | ... | @@ -103,7 +103,7 @@ angular.module('focaHojaRuta') |
103 | 103 | $scope.comprobante]) + ' cerrada con éxito'); |
104 | 104 | $location.path('/'); |
105 | 105 | } |
106 | - ); | |
106 | + ); | |
107 | 107 | } |
108 | 108 | }; |
109 | 109 | } |