diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 11af69c07c..ec21e1065c 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -10,7 +10,7 @@ header_sub_title: "Ionic API Documentation" doc: "<$ doc.name $>" docType: "<$ doc.docType $>" <@ if doc.demo @>show_preview_device: true -preview_device_url: "<$ doc.demo $>" +preview_device_url: "<$ doc.demo $>www/" angular_controller: APIDemoCtrl <@ endif @> ---