[backport] remove console.log ¬¬
parent
b075acdef2
commit
f90f08e9e5
|
@ -40,7 +40,6 @@ LbUsEstimationDirective = ($tgEstimationsService, $rootScope, $repo, $confirm, $
|
||||||
|
|
||||||
link = ($scope, $el, $attrs, $model) ->
|
link = ($scope, $el, $attrs, $model) ->
|
||||||
$scope.$watch $attrs.ngModel, (us) ->
|
$scope.$watch $attrs.ngModel, (us) ->
|
||||||
console.log "watch"
|
|
||||||
if us
|
if us
|
||||||
estimationProcess = $tgEstimationsService.create($el, us, $scope.project)
|
estimationProcess = $tgEstimationsService.create($el, us, $scope.project)
|
||||||
estimationProcess.onSelectedPointForRole = (roleId, pointId) ->
|
estimationProcess.onSelectedPointForRole = (roleId, pointId) ->
|
||||||
|
|
Loading…
Reference in New Issue