problem with datepicker in complex form demo
Modal service for AngularJS - supports creating popups and modals via a service.
Brought to you by:
evanfcrane
Originally created by: rzorzorzo
hello,
i am using:
https://github.com/g00fy-/angular-datepicker
when clicking on the date field the complete modal window is removed. no exceptions are thrown.
to reproduce change the complex demo by setting for one of the form fields:
<input type="text" class="form-control" id="name" ng-model="dt.date"
date-time date-time format="DD.MM.YY" view="date" min-view="date"
auto-close="true"
name="start" required="true" ng-pattern="/^(\d{2}).(\d{2}).(\d{2})$/"
>