HTML validation checkers tend to be picky when they find AngularJS (Angular 1) markup in the code. One issue that comes up in validation is the use of Angular directive with the ng- prefix. HTML checkers do not recognize them as valid attributes and throws out an error. The easiest and simplest way to fix […]