docs(demos/api): fix iframe toggle

This commit is contained in:
Drew Rygh
2015-12-07 14:48:34 -06:00
parent 756091d024
commit 3ac29d1d11

View File

@@ -10,7 +10,8 @@ header_sub_title: "<$ doc.docType | capital $> in module <$ doc.module $>"
doc: "<$ doc.name $>"
docType: "<$ doc.docType $>"
<@ if doc.demo @>show_preview_device: true
preview_device_url: "<$ doc.demo $>"<@ endif @>
preview_device_url: "<$ doc.demo $>"
angular_controller: APIDemoCtrl <@ endif @>
---