diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index ed7891054..14a5c187b 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -175,9 +175,18 @@ docType: "<$ doc.docType $>" <# --- Install commands --- #>
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
+
+
+ - Install the Cordova and Ionic Native plugins:
+ $ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ doc.npmId $>