2017-01-27 09:51:41 -05:00
|
|
|
{%- if doc.directiveOptions.selector.split(',').length %}
|
2017-04-24 13:49:37 -04:00
|
|
|
<div class="selectors api-section">
|
|
|
|
<h2>Selectors</h2>
|
|
|
|
{% for selector in doc.directiveOptions.selector.split(',') %}
|
|
|
|
<p class="selector">
|
|
|
|
<code>{$ selector $}</code>
|
|
|
|
</p>
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
2017-01-27 09:51:41 -05:00
|
|
|
{% endif %}
|