Commit 717b768fd42c94acc2bb2ebd07c8a7af770f9b1f
1 parent
ab64fc7b31
Exists in
master
Eliminacion de C.Log
Showing
1 changed file
with
0 additions
and
3 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -259,7 +259,6 @@ angular.module('focaAbmPreciosCondiciones') | 
| 259 | 259 | |
| 260 | 260 | //watch | 
| 261 | 261 | $scope.$watch('precioCondicion', function(newValue) { | 
| 262 | - console.log(newValue); | |
| 263 | 262 | focaBotoneraLateralService.setPausarData({ | 
| 264 | 263 | label: 'precioCondicion', | 
| 265 | 264 | val: newValue | 
| ... | ... | @@ -267,9 +266,7 @@ angular.module('focaAbmPreciosCondiciones') | 
| 267 | 266 | }, true); | 
| 268 | 267 | |
| 269 | 268 | function setearPrecioCondicion(precioCondicion) { | 
| 270 | - console.log('Datos 1: ',$scope.precioCondicion); | |
| 271 | 269 | $scope.precioCondicion = precioCondicion; | 
| 272 | - console.log('Datos 2: ',$scope.precioCondicion); | |
| 273 | 270 | $scope.$broadcast('addCabecera', { | 
| 274 | 271 | label: 'Precio y Condicion:', | 
| 275 | 272 | valor: $filter('rellenarDigitos')(precioCondicion.id) |