Angular-meteor version of Angular and Webstorm installation

Hello,
1)How can i install the angular meteor package but with angular 1.4?
2)How can i make an angular-meteor on webstorm autocomplete the angular saved syntax and don’t treat angular expressions as a syntax error in the IDE?

:smile:

I think the current version of angular package already uses angular 1.4. There is no need for you to change anything.
For Webstorm I think you need to install a plugin that will enable your angular intellisense.
I

I’m having the same issue and I have angular configured. WebStorm treats {{ }} as Handlebars and not as Angular syntax and therefore does not interpret them properly to inserting data into an angular page.

@slavoroi- I just found this article - you have to name your files as .ng.html to get them to use angular instead of handlebars:

http://blog.jetbrains.com/webstorm/2015/08/webstorm-11-eap-142-4148/