1

I want to use angular.js in my project. I currently use JSF as a framework in my project. I use Eclipse as IDE.

While trying to use angular.js in my project, I found an error of Invalidformalparameter in angular.js. I also found many syntactical errors in jquery.js, jquery.min.js and angular.js.

Please help me.

Attachments:

andr
  • 15,970
  • 10
  • 45
  • 59
user2013463
  • 11
  • 2
  • 3

2 Answers2

0

Don't take care of raported possible errors in public well-tested scripts. Just link it with script in your HTML.

Eventually turn of eclipse notification for this specific file.

Piotr Müller
  • 5,323
  • 5
  • 55
  • 82
  • I have unchecked the "javascript validator" in builders propery of my project but i am still unable to get the desired output with angular js. I didn't getting any error while executing my html page but it does not show the desired output. It seems that it is unable to use the angular.js file. It just shows the result as a simple html file would have shown. – user2013463 Jan 26 '13 at 12:53
0

angularjs-eclipse by Angello https://github.com/angelozerr/angularjs-eclipse addreses many issues or working with AngularJS in Eclipse.

I am co-author of Nodeclipse and Enide Studio, and we are working with Angelo (author of angularjs-eclipse) on including that plugin into Enide Studio. Also guys from JBoss expressed desire to include this plugin into JBoss Developer Studio, ref #28

Paul Verest
  • 60,022
  • 51
  • 208
  • 332