Commit 9e8d1adda767a35ff0c3f805940f7138d62f397d
1 parent
3965c72666
Exists in
master
and in
1 other branch
identación
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -6,8 +6,10 @@ angular.module('focaModalPrecioCondicion') |
6 | 6 | '$uibModalInstance', |
7 | 7 | 'focaModalService', |
8 | 8 | 'focaModalPrecioCondicionService', |
9 | - function($filter, $scope, $uibModalInstance, focaModalService, | |
10 | - focaModalPrecioCondicionService) { | |
9 | + function( | |
10 | + $filter, $scope, $uibModalInstance, | |
11 | + focaModalService, focaModalPrecioCondicionService | |
12 | + ) { | |
11 | 13 | |
12 | 14 | focaModalPrecioCondicionService.getPreciosCondicionesPlazosPagos().then( |
13 | 15 | function(res) { |
... | ... | @@ -23,7 +25,7 @@ angular.module('focaModalPrecioCondicion') |
23 | 25 | } |
24 | 26 | ); |
25 | 27 | $scope.ingreso = false; |
26 | - $scope.plazosNuevos =[]; | |
28 | + $scope.plazosNuevos = []; | |
27 | 29 | $scope.plazoACargar = |
28 | 30 | { |
29 | 31 | item: 1 |