From bd1ba565f462f692f4cd13eaae1e65d91f01658a Mon Sep 17 00:00:00 2001 From: mhartington Date: Thu, 18 Feb 2016 14:21:06 -0500 Subject: [PATCH] parse plugin meta --- scripts/docs/templates/common.template.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 59910b587..5c4576d5e 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -116,11 +116,24 @@ Improve this doc -

Description

<@ block description @> <$ doc.description | marked $> <@ endblock @> +<@- if doc.decorators @> +<@ for prop in doc.decorators[0].argumentInfo @> +
+
+$ ionic plugin add <$ prop.plugin $>
+
+
+

+ +Repo: <$ prop.repo $> + +

+<@ endfor @> +<@ endif -@> <@- if doc.directiveInfo @>

<$ doc.directiveInfo.type $>