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

Commit 1e9c072

Browse files
committed
fix(api-builder): correctly import github and params helpers
1 parent 13878ef commit 1e9c072

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/api-builder/angular.io-package/templates/pipe.template.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{% include "lib/githubLinks.html" -%}
2-
{% include "lib/paramList.html" -%}
1+
{% import "lib/githubLinks.html" as github -%}
2+
{% import "lib/paramList.html" as params -%}
33
{% extends 'layout/base.template.html' -%}
44

55
{% block body %}
@@ -24,6 +24,6 @@
2424

2525
p(class="location-badge").
2626
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
27-
defined in {$ githubViewLink(doc) $}
27+
defined in {$ github.githubViewLink(doc) $}
2828

29-
{% endblock %}
29+
{% endblock %}

0 commit comments

Comments
 (0)