I am building an yeoman app with an angular-generator.
The js libraries included in my index.html file are:
Yes, I solved my problems by sorting the JS script order in html page.
When put the angular js script in the first order, this won't happen any more.
That's very strange.
Thanks.