Files
angular-docs-cn/aio/tools/transforms/templates/api/includes/selectors.html
T

11 lines
276 B
HTML
Raw Normal View History

{%- if doc.directiveOptions.selector.split(',').length %}
<section class="selectors">
2017-04-24 10:49:37 -07:00
<h2>Selectors</h2>
{% for selector in doc.directiveOptions.selector.split(',') %}
<div class="selector">
2017-04-24 10:49:37 -07:00
<code>{$ selector $}</code>
</div>
2017-04-24 10:49:37 -07:00
{% endfor %}
</section>
{% endif %}