Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit ca0acb6

Browse files
author
Eric Jimenez
committed
hide notes if none are found
1 parent fc1a9a6 commit ca0acb6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1+
{%- if doc.howToUse %}
12
div(layout="row" layout-xs="column" class="row-margin ng-cloak")
23
div(flex="20" flex-xs="100")
34
h2(class="h2-api-docs") How to use
45
div(flex="80" flex-xs="100")
56
:marked
6-
{%- if doc.howToUse %}
77
{$ doc.howToUse | indentForMarkdown(6) $}
8-
{% else %}
9-
*Not yet documented*
10-
{% endif %}
8+
{% endif %}
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1+
{%- if doc.whatItDoes %}
12
div(layout="row" layout-xs="column" class="row-margin ng-cloak")
23
div(flex="20" flex-xs="100")
34
h2(class="h2-api-docs") What it does
45
div(flex="80" flex-xs="100")
56
:marked
6-
{%- if doc.whatItDoes %}
77
{$ doc.whatItDoes | indentForMarkdown(6) $}
8-
{% else %}
9-
*Not yet documented*
10-
{% endif %}
8+
{% endif %}

0 commit comments

Comments
 (0)