Type "5/3/2016" into the text box Expected: Date would be accepted and converted to "05/03/2016"
Required help:
<input type="text" id="loanApplicationDate" name="loanApplicationDate"
show-button-bar="false" class="form-control"
uib-datepicker-popup="{{newlpr.format}}"
alt-input-formats="newlpr.altInputFormats"
ng-model="@loanPresentmentRequestModel.BindingForElement(x => x.LoanPresentmentModel.LoanApplicationDate)"
is-open="newlpr.popup1.opened"
datepicker-options="newlpr.dateOptions"
ng-required="true" tabindex="2" caret="1"/>