From 799599d42e074f87f820f5b8ef4d668658387e3a Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 14 Mar 2014 12:30:42 -0500 Subject: [PATCH] api template tweaks --- docs/templates/api/api.template.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/templates/api/api.template.html b/docs/templates/api/api.template.html index 7b8d1420af..9ff738a363 100644 --- a/docs/templates/api/api.template.html +++ b/docs/templates/api/api.template.html @@ -6,8 +6,8 @@ doc: "<$ doc.name $>" docType: "<$ doc.docType $>" --- -
- + @@ -15,7 +15,7 @@ docType: "<$ doc.docType $>" <@ block content @> <@ block header @> -

+

<@ if doc.docType == "directive" @> <$ doc.name | dashCase $> <@ else @> @@ -31,7 +31,7 @@ docType: "<$ doc.docType $>" (controller: <$ doc.controller $>) <@ endif @> -

+ <@ if doc.codepen @> {% include codepen.html id="<$ doc.codepen $>" %}