I am using WebStorm 10.0.4 with some Angularjs files and it seems to work mostly. But WebStorm incorrectly puts the correct {{code}}. In particular, in this example:
<div>{{thisworks}}</div> <div>{{butnotthis | uppercase}}</div> <div>{{oreventhis()}}</div>
The first line is fine, but WebStorm marks the second and third lines as invalid (red-red line). The error message it gives is "expected to close"} "for each line, as you can see:

In the Settings section β Javascript-> I have
- angularjs-DefinetlyTyped (from Download β Typescript community stubs)
- HTML
- HTML5 / ECMASCRIPT 5
- Meteor project library (this is a meteor project)
- Node.js globals
Any ideas?
angularjs webstorm
Jose M Vidal
source share