Open sigMacity opened 8 years ago
...and here is the code!
<input type="text" name="thedate" mask="9999/19/39" mask-clean="true" mask-restrict="accept" ng-model="theDate" required></input>
The dist folder isn't up-to-date - it appears the bug has been corrected in src/directives, but not in dist.
Yes, I opened an issue about the dist folder not being up to date, issue #109
Using the following HTML the $dirty flag is clobbered on initialisation:
I'm guessing it is related to mask-clean being set to true, though I haven't traced the code through.