angular-cn/tools/api-builder/angular.io-package/templates/layout/_what-it-does.html

8 lines
260 B
HTML
Raw Normal View History

2016-07-27 12:50:23 -04:00
{%- if doc.whatItDoes %}
div(layout="row" layout-xs="column" class="row-margin ng-cloak")
div(flex="20" flex-xs="100")
h2(class="h2-api-docs") What it does
div(flex="80" flex-xs="100")
:marked
{$ doc.whatItDoes | indentForMarkdown(6) $}
2016-07-27 12:50:23 -04:00
{% endif %}