Closed emasch closed 9 years ago
Thank you very much for reporting the issue. Could you by any chance also provide the markup you're using for you form?
I use the following markup:
<form class="form" name="form" ng-submit="register()">
<div class="form-group">
<label for="username">Username</label>
<input type="text" id="username" name="username" class="form-control" ng-model="registrationForm.useraccount.username" required autofocus username-validator />
</div>
</form>
Thanks. I`ll look into it. It's probably related to how document.querrySelector works cross browser.
This should be fixed, but travis is down for now. I'll merge the fix into master once it is up and running again. Thanks again for reporting the issue!
When I activate setAsteriskForRequiredLabel in Firefox 37.0.1 I got the following Error:
When I use the IE, it works fine.