/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/config/templates/ngdoc/api/object.template.html
23 строки
627 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/api.template.html" %} {% block additional %} {% if doc.params or doc.returns or doc.this or doc.kind == 'function' -%} <h2 id="usage">Usage</h2> {% if doc.usage %} {$ doc.usage | code $} {% else %} {$ lib.functionSyntax(doc) $} {% endif %} {% include "lib/params.template.html" %} {% include "lib/this.template.html" %} {% include "lib/returns.template.html" %} {%- endif %} {% include "lib/methods.template.html" %} {% include "lib/events.template.html" %} {% include "lib/properties.template.html" %} {% endblock %}