I have a project, which was done in Angular.JS. When I launch the project in the W3C Validator I get several errors that I would not have how to deal with.
For example: Attribute Errors: ng-controller
| ng-cloak
| ng-model
| ng-click
| ng-if
| ng-repeat
Error: Attribute not allowed on element.
Bad Value: Usually in the href's, or src's filled in with an angle variable {{minhaVariacel}}
Is there any possibility to be addressed so that I can validate and get the W3C seal from a site with Angular.JS?