Commit b1497dd8ba60ac738114f8193e16711b1882385a

Authored by Jose Pinto
1 parent d031a2c2f0
Exists in master and in 1 other branch develop

espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -17,7 +17,7 @@ angular.module('focaModalPrecioCondicion')
17 17 for(var i = 0; i < res.data.length; i++) {
18 18 var plazosTemp = '';
19 19 res.data[i].plazoPago.sort(function(a, b) {
20   - return a.dias- b.dias;
  20 + return a.dias - b.dias;
21 21 });
22 22 for(var j = 0; j < res.data[i].plazoPago.length; j++) {
23 23 if(j + 1 === res.data[i].plazoPago.length) {