【发布时间】:2015-10-31 13:22:45
【问题描述】:
我想在 index.html 上为 jhipster 应用添加自定义视图
我已经在 navbar.html 中创建了链接,并在路径 src/main/webapp/scripts/app/custom/newView.html 上添加了 html 文件
<a ui-sref="newView" data-toggle="collapse" data-target=".navbar-collapse.in">
<span class="glyphicon"></span>
<span class="hidden-sm">new view</span>
</a>
当我点击链接时它不起作用。可能它需要一个角度的自定义路线,但我不知道如何创建它。我还应该做什么?
【问题讨论】:
标签: jhipster