From facdcdc956c3356e6b993fd1b58054e55d768b9b Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Thu, 27 Apr 2017 00:55:23 -0400 Subject: [PATCH] docs(): add save flag closes #1385 --- scripts/docs/templates/common.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 78f1ac8e2..496ac51ec 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -165,7 +165,7 @@ docType: "<$ doc.docType $>" <@ endif @> <# --- Install commands --- #> -
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
+
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
 $ npm install --save @ionic-native/<$ doc.npmId $>
 

Repo: