/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/config/templates/ngdoc/api/input.template.html
12 строк
336 B
Peter Bacon Darwin
chore(docs): bring in all templates from dgeni-packages
18 ноя 2016, 14:28
18 ноя 2016, 14:28
17e98ac
Код
Авторство
О чём код?
{% import "lib/macros.html" as lib -%} {% extends "api/directive.template.html" %} {% block usage %} <h2>Usage</h2> {% code %} <input type="{$ doc.inputType $}" {%- for param in doc.params %} {$ lib.directiveParam(param.alias or param.name, param.type, '="', '"') $} {%- endfor %}> {% endcode %} {% endblock %}