Commit c76376a71266e7490cdae257797f8ab8a7b8c8f6

Authored by Jose Pinto
1 parent 2a07998e7e
Exists in master

fuera log

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -5,7 +5,6 @@ angular.module('focaAbmPreciosCondiciones')
5 5 function($scope, focaAbmPreciosCondicionesService, $location,
6 6 focaModalService, focaBotoneraLateralService, $timeout) {
7 7 focaAbmPreciosCondicionesService.obtenerPreciosCondiciones().then(function(datos) {
8   - console.log(datos.data);
9 8 $scope.preciosCondiciones = datos.data;
10 9 $scope.preciosCondiciones.forEach(function(precioCondicion) {
11 10 precioCondicion.plazoPago.sort(function(a, b) {