angular-material-npfixed
Version:
The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M
17 lines (16 loc) • 350 B
HTML
{%- if doc.params %}
<div class="api-param-section">
<h2>
{% if doc.paramType %}
{$ doc.paramType $}
{% elif doc.docType == 'directive' %}
Attributes
{% else %}
Arguments
{% endif %}
</h2>
<div class="api-param-table">
{$ paramTable(doc.params) $}
</div>
</div>
{%- endif -%}