The verion of Angular-bootstrap i'm using is 0.14.2.
Issue: Though i set ng-model to "" or null it sets to currentDate. I want it to be empty. Cannot figure out what is the issue.
<input class="form-control" type="text"
datepicker-append-to-body="true" uib-datepicker-popup="{{dateFormat}}"
ng-model="businessJet.ExpirationDate"
ng-change="info.updateRampFee(businessJet);"
ng-click="businessJet.popupOpened = true"
is-open="businessJet.popupOpened"
ng-disabled="!businessJet.IsApplicable" />