hueitan / angular-validation

[INACTIVE] Client Side Validation for AngularJS 1. (You should use version > 2 :boom:)
http://hueitan.github.io/angular-validation/
703 stars 176 forks source link

720kb datepicker is not working when we include angular-validation inside it. #296

Closed gauravBrain closed 7 years ago

gauravBrain commented 7 years ago

i am using 720kb date picker.when i include validatior="required" in the input feild inside the date picker then datepicker stops working..

hueitan commented 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

gauravBrain commented 7 years ago

i have tried this but its not working.... this is the code

`

            </datepicker>
         `
gauravBrain commented 7 years ago

on clicking the input box date picker calender is not opening. i am using hueitan/angular-validation.

hueitan commented 7 years ago

Sorry for the late reply.

Can you try using a Form element to wrap your code?

<form name="myForm">
   <yourcode/>
</form>
hueitan commented 7 years ago

Please reopen or create the issue if this is not working.