Closed ghost closed 9 years ago
Relating to this closed issue I am experiencing also that the attribute removeRedundantAttribues removes type=text.
This is my HTML:
<input type="text" ng-model="obj.title" name="title" id="title" placeholder="My Placeholder" ng-minlength="5" required="" class="ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-minlength">
As said the output lacks type=text. When I toggle removeRedundantAttributes all works fine.
Sorry, wrong issue. This relates to html-minifier
Relating to this closed issue I am experiencing also that the attribute removeRedundantAttribues removes type=text.
This is my HTML:
As said the output lacks type=text. When I toggle removeRedundantAttributes all works fine.