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
12 lines (10 loc) • 310 B
HTML
{% include "lib/macros.html" -%}
{% extends "api/directive.template.html" %}
{% block usage %}
{% code %}
<input type="{$ doc.inputType $}"
{%- for param in doc.params %}
{$ directiveParam(param.alias or param.name, param.type, '="', '"') $}
{%- endfor %}>
{% endcode %}
{% endblock %}