1
I have a project, which was done in Angular.JS. When launching the project in W3C validator i get several mistakes that I wouldn’t have 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 href’s, or src’s filled from an angular variable {{minhaVariacel}}
Is there any possibility to treat so I can validate and get the W3C seal of a site with Angular.JS?