本文介绍了Jhipster显示"这是你的页脚"只要。的ReferenceError:角没有定义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我读
JHipster创建实体样品后,没有在浏览器中显示
。在我的情况下,凉亭似乎罚款。它有angularjs LIB
。为什么仍然不能参考angularjs?如果你在哪里调查任何建议。谢谢你。

I readJHipster 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.

推荐答案

你能提供从浏览器的JavaScript控制台输出?寻找一个语法错误。

Can you provide the output from your browser's JavaScript console? Look for a syntax error.

您也可以尝试

grunt wiredep

为了注入你的凉亭依赖到你的源代码code(一般的index.html)。

in order to inject your bower dependencies into your source code (normally index.html).

这篇关于Jhipster显示"这是你的页脚"只要。的ReferenceError:角没有定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-16 01:41