I\'ve just upgraded my IntelliJ to 13.1. together with the angularjs plug.
My problem is that the IDE doesn\'t recognize the angular directives anymore just saying \"unknown htm
After hour of pain I've just added angular.js (not minified) in random directory in my project(before that I just had link to it in my html) and finally ng- directives have become recognized. Nor invalidating cache either adding this library in project settings didn't help.