-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi, I am trying to use 'angular-blocks' but I am receiving a warning.
My template has this code:
<script type="text/ng-template" id="/fc-layout.html">
<div data-block="fc">
<p>:fc</p>
</div>
</script>
and my custom page has the next code:
<div data-extend-template="/fc-layout.html">
<div data-block="fc">
...
</div>
</div>
I am getting empty pages and "Failed to find data-block=fc in /fc-layout.html" message in console.
Can anyone help with this problem?
Thanks
Metadata
Metadata
Assignees
Labels
No labels