I am new to Angularjs and web development.
I used Webstorm to develop it and installed angularjs plugin already. It seems work in html file, but it doesn't work in .js file. I have a very simple statement:
var myApp = angular.module('myApp', []);
In webstorm, it can't detect the keyword 'angular'.
Anyone knows what steps I am missing? Thanks