Back to Angular Js

RunnableExample.Template

docs/config/templates/examples/runnableExample.template.html

1.8.3427 B
Original Source

{# Be aware that we need these extra new lines here or marked will not realize that the

is HTML and wrap each line in a

  • thus breaking the HTML #}

{% for fileName, file in doc.example.files %} {% code -%} {$ file.fileContents $} {%- endcode %} {% endfor %}

{# Be aware that we need these extra new lines here or marked will not realize that the above is HTML and wrap each line in a

  • thus breaking the HTML #}