{% import "lib/githubLinks.html" as github -%} {% import "lib/paramList.html" as params -%} {% extends 'class.template.html' -%} {% block annotations %} {% endblock %} {% block additional -%} {%- if doc.directiveOptions.selector.split(',').length %}
{$ selector $}
{$ property.bindingName $} bound to
{$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
{$ property.memberDoc.description | trimBlankLines | marked $}
{$ property.bindingName $} bound to
{$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
{$ property.memberDoc.description | trimBlankLines | marked $}
{% endfor %}
{% endif %}
{%- if doc.directiveOptions.exportAs %}
{$ doc.directiveOptions.exportAs $}