Joined September 2017
·

Sheeba

Posted to jQuery Datepicker with AngularJs over 1 year ago

After fixing these two issues this directive worked for me.
1. Uncaught TypeError: attrs.hasOwnAttribute is not a function
Instead use attrs.hasOwnProperty
2. attrs.futureDate is undefined
Instead use attrs.futuredate

Achievements
1 Karma
0 Total ProTip Views