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?
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?
Do you have any Eclipse plugins in use that support AngularJS development? If not, you might want to check http://marketplace.eclipse.org/content/angularjs-eclipse
provides an HTML editor which supports AngularJS expression and directive