Removing dummy console.log's
parent
8f2cb309b3
commit
22f15d3724
|
@ -93,8 +93,6 @@ DateSelectorDirective =->
|
|||
|
||||
if $attrs.greaterThan
|
||||
$scope.$watch $attrs.greaterThan, (val) ->
|
||||
console.log "HOLA"
|
||||
console.log val
|
||||
$el.picker.setMinDate(moment(val))
|
||||
|
||||
if $attrs.lessThan
|
||||
|
|
Loading…
Reference in New Issue