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