diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index fdf82ff1a..2a78c67d0 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -177,7 +177,7 @@ docType: "<$ doc.docType $>"
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
+ $ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add --save <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ doc.npmId $>