goHtmlTemplateExample icon indicating copy to clipboard operation
goHtmlTemplateExample copied to clipboard

Using script type="text/ng-template"

Open dblokhin opened this issue 9 years ago • 0 comments

If we will use <script> angular directive, we will have got error (blank page).

<script type="text/ng-template" id="views/additem.html">
    <div>some html data</div>
</script>

dblokhin avatar Apr 15 '15 14:04 dblokhin