Commit f43eda54e08325df1ee57aa81b6c15ef2a02cd9a
1 parent
0470d753b6
Exists in
master
and in
1 other branch
Arreglo boton salir
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controllerCisterna.js
| ... | ... | @@ -63,11 +63,11 @@ angular.module('focaAbmVehiculo') |
| 63 | 63 | '¿Está seguro de que desea salir? Se perderán todos los datos cargados.' |
| 64 | 64 | ).then(function(data) { |
| 65 | 65 | if (data) { |
| 66 | - $location.path('/vehiculo/'); | |
| 66 | + $location.path('/vehiculo'); | |
| 67 | 67 | } |
| 68 | 68 | }); |
| 69 | 69 | } else { |
| 70 | - $location.path('/vehiculo/'); | |
| 70 | + $location.path('/vehiculo'); | |
| 71 | 71 | } |
| 72 | 72 | }; |
| 73 | 73 |