I am attempting to gain write access to the <input type="date"
min attribute from within my custom directive value.
I am aware that the input[date] element is a directive as well. You can read more about it at this link.
Using $(elem).attr('min') does not seem to be the correct approach.
How can I retrieve the min attribute of input[date] within my directive?
You can view the JsFiddle demonstration here: http://jsfiddle.net/musuk/Lbbtyjod/