无法找到带角度块的数据块

时间:2014-12-15 13:26:45

标签: angularjs

我正在尝试使用' angular-blocks '但我收到了警告。

我的模板(/fc-layout.html)有以下代码:

<script type="text/ng-template" id="/fc-layout.html">
    <div data-block="fc">
        <p>:fc</p>
    </div>
</script>

我的自定义页面(/views/fc1.html)有下一个代码:

<div data-extend-template="/fc-layout.html">
    <div data-block="fc">
        ...
    </div>
</div>

我收到空白页面&#34;无法在控制台的/fc-layout.html" 消息中找到data-block = fc。

任何人都可以帮忙解决这个问题吗?

由于

1 个答案:

答案 0 :(得分:1)

进行这些更改。 1.在fc-layout.html中删除脚本标签(我有同样的问题,这解决了) 2.确保fc1.html中的正确路径(现在我认为你的路径是错误的)