From 3ac29d1d115aef800d2be55fab4d02374dfe365d Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Mon, 7 Dec 2015 14:48:34 -0600 Subject: [PATCH] docs(demos/api): fix iframe toggle --- scripts/docs/templates/common.template.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 7b3092ecf5..38fb11d552 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -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 @> ---