Commit 51adf0b8a3767008939c7581e4adcf877f44a2f7
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master See merge request !2
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -23,7 +23,6 @@ angular.module('focaModalListaPrecio') |
23 | 23 | $scope.searchLoading = true; |
24 | 24 | focaModalListaPrecioService.getListasPrecio($scope.filters).then( |
25 | 25 | function(res) { |
26 | - console.log(res); | |
27 | 26 | $scope.searchLoading = false; |
28 | 27 | $scope.primerBusqueda = true; |
29 | 28 | $scope.listasPrecio = res.data; |