Closed gauravBrain closed 7 years ago
I believe the datepicker is working but you need to setup and integrate with angular validation.
This is one of the example that if you want to integrate angular validation with Bootstrap https://github.com/hueitan/angular-validation#integrating-with-twitter-bootstrap
i have tried this but its not working.... this is the code
`
</datepicker>
`
on clicking the input box date picker calender is not opening. i am using hueitan/angular-validation.
Sorry for the late reply.
Can you try using a Form element to wrap your code?
<form name="myForm">
<yourcode/>
</form>
Please reopen or create the issue if this is not working.
i am using 720kb date picker.when i include validatior="required" in the input feild inside the date picker then datepicker stops working..