g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
719 stars 420 forks source link

Date picker validation on ngblur #259

Closed bittu42 closed 8 years ago

bittu42 commented 8 years ago

Hi i want to validate the date format by using pattern. So i want to pass the viewValue in ngblur. When i tried by passing the model, it was coming as date object in controller. Is there any way to pass view value to controller on ngblur?