I'm trying to get write access of <input type="date"
min attribute within my custom directive value.
As I know input[date] element is directive to. https://docs.angularjs.org/api/ng/input/input%5Bdate%5D
So access by $(elem).attr('min') is not right way.
How can I access input[date] min attribute within my directive?
JsFiddle here: http://jsfiddle.net/musuk/Lbbtyjod/