QUESTION: Inspection Results (Why these issues? What am I missing?)
I trashed my WebStar project folders and started over creating a new project.
My file "index.html" -- when rendered in BBEdit Preview as well as browsers -- works as expected.
For the code shown below, I choose "CODE -> INSPECT CODE...", and various issues are reported. Why?
UNRESOLVED
Why is the script code for my angular module marked "unresolved". (The CDN link works in BBEdit preview and browers.)
UNKOWN ATTRIBUTE
Why are angular directives marked "now allowed here"?
SPELLING
Where are "googleapis", "angularjs" and "debounce" marked mispelled?
QUESTIONS:
- Why are these issues being flagged?
- What is the link for documentation on the "Inspection Results" and "Code -> Inspect Code"?
- What am I missing here?
请先登录再写评论。
Hi there,
As far as I remember you need non-minifed version of AngularJS library for this to work properly (just download it and add it to already created "angular" library that was created when you downloaded "angular.min.js" via quick fix menu -- just don't forget to mark it as "Debug" instead of "Release").
http://blog.jetbrains.com/webstorm/2014/03/angularjs-workflow-in-webstorm/