With Eclipse, AngularJs development, the following line shows an error/warning in the HTML editor.
<body ng-app>
And the following does not.
<body data-ng-app>
Is there anyway I could use the first variant and still not have the ugly warnings?