betsol / angular-input-date

AngularJS directive to enable support for date input type
38 stars 19 forks source link

Incompatibility with Angular 1.3.15 #9

Closed rtubio closed 9 years ago

rtubio commented 9 years ago

Dear all,

I am trying to use your component with Angular JS 1.3.15 and I get the error that you can see in the console in the following Fiddle:

https://jsfiddle.net/rtubio/rcov9fga/

... which was forked from your original demo.

Are you planning on issuing any new versions of this component to deal with this issue? Can you give me some guidance so that I can solve the problem myself?

Best, Ricardo.

slavafomin commented 9 years ago

Hello @rtp-calpoly! Why exactly do you need this module with 1.3.x branch of Angular? This is actually a polyfill for 1.2.x branch that doesn't support input[type="date"].

rtubio commented 9 years ago

Hi @slavafomin ! Thank you for the quick reply! I already found out that I do not need this component with the 1.3.x branch... thank you so much!