Skip to content

Failed to find data-block  #11

@RafaGam

Description

@RafaGam

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions