mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(dgeni): correct custom tag syntax for dgeni template
This commit is contained in:
4
scripts/docs/templates/common.template.html
vendored
4
scripts/docs/templates/common.template.html
vendored
@@ -9,8 +9,8 @@ title: "<@ if doc.docType == "directive" @><$ doc.name | dashCase $><@ else @><$
|
||||
header_sub_title: "<$ doc.docType | capital $> in module <$ doc.module $>"
|
||||
doc: "<$ doc.name $>"
|
||||
docType: "<$ doc.docType $>"
|
||||
<@- if doc.demo and false -@>show_preview_device: true
|
||||
preview_device_url= "<$ doc.demo $>"<@- endif -@>
|
||||
<@ if doc.demo and false @>show_preview_device: true
|
||||
preview_device_url= "<$ doc.demo $>"<@ endif @>
|
||||
---
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user