Jhipster display “this is your footer” only. ReferenceError: angular is not defined

夙愿已清 提交于 2019-12-24 12:58:27

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!