Commit a4a625304a1a5166c32e05d38a87b7c298181809
1 parent
4b33337761
Exists in
master
and in
2 other branches
Arreglo de identacion
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -53,11 +53,11 @@ angular.module('focaModalDetalleCisternas') |
53 | 53 | |
54 | 54 | if(!$scope.cisternas.length) { |
55 | 55 | focaModalService.alert('El vehículo no tiene cisternas') |
56 | - .then(function () { | |
57 | - $uibModalInstance.dismiss(); | |
58 | - }, function() { | |
59 | - $uibModalInstance.dismiss(); | |
60 | - }); | |
56 | + .then(function () { | |
57 | + $uibModalInstance.dismiss(); | |
58 | + }, function() { | |
59 | + $uibModalInstance.dismiss(); | |
60 | + }); | |
61 | 61 | return; |
62 | 62 | } |
63 | 63 |