问题
I read JHipster After creating sample entity nothing is shown in the browser .In my case bower seem fine. It have the angularjs lib (When use bower list). Why it still can't reference to angularjs? If you have any suggestion on where to investigate. Thanks.
回答1:
Can you provide the output from your browser's JavaScript console? Look for a syntax error.
Also you can try
grunt wiredep
in order to inject your bower dependencies into your source code (normally index.html).
回答2:
Your index.html has no dependencies. You can copy them from sample-app.
来源:https://stackoverflow.com/questions/34176079/jhipster-display-this-is-your-footer-only-referenceerror-angular-is-not-defi