ng2-boostrap datePicker seems to overwrite ngModel
问题 I'm utilizing the ng2-bootstrap datePicker, and whether I leave the initial value undefined, or if I use the initDate, I get an unexpected behavior. Right away upon loading the page the variable bound to ngModel of the directive, in my case: [(ngModel)]="campaign.startDate" campaign.startDate logs as: FIRST - today, or an assigned value if I set it arbitrarily in the ngOnInit THEN - takes on the value I have assigned it once my request comes back with a new value THEN - today I have no idea