From 559ecd691217b2af5fbee1b3ff9313659e958ac3 Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 11 Mar 2016 10:33:55 -0600 Subject: [PATCH] chore(dgeni): add anchor links to docs --- scripts/docs/templates/common.template.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index eb386a41f1..dc2fc67d7c 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -124,7 +124,7 @@ angular_controller: APIDemoCtrl <@ endif @> <@ block header @>

- + <@ if doc.docType == "directive" @> <$ doc.name | dashCase $> <@ else @> @@ -163,13 +163,13 @@ Improve this doc <@- if doc.directiveInfo @> -

<$ doc.directiveInfo.type $>

+

<$ doc.directiveInfo.type $>

<$ doc.directiveInfo.properties[0].name $>: <$ doc.directiveInfo.properties[0].values $>

<@ endif -@> <@ if doc.usage @> -

Usage

+

Usage

<@ block usage @> <$ doc.usage | marked $> <@ endblock @> @@ -177,7 +177,7 @@ Improve this doc <@ if doc.properties @> -

Attributes:

+

Attributes:

@@ -220,7 +220,7 @@ Improve this doc <@- if doc.statics.length -@> -

Static Methods

+

Static Methods

<@- for method in doc.statics @><@ if not method.internal @>

<$ functionSyntax(method) $>

@@ -251,7 +251,7 @@ Improve this doc <@- if doc.members and doc.members.length @> -

Instance Methods

+

Instance Methods

<@- for method in doc.members @>
@@ -286,13 +286,13 @@ Improve this doc <@- if doc.inputs and doc.inputs.length @> -

Input Properties

+

Input Properties

<$ inputTable(doc.inputs) $> <@- endif -@> <@- if doc.outputs and doc.outputs.length @> -

Output Events

+

Output Events

<$ outputTable(doc.outputs) $> <@- endif -@> @@ -300,7 +300,7 @@ Improve this doc <@- if doc.see @> -

Related

+

Related

<@ for s in doc.see @> <$ s | safe $> <@- endfor -@>