From 7d4e8acce8d3e7dab58922cabd25cac0b87d7f43 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 17 May 2017 11:31:41 +0200 Subject: [PATCH] Remove `--save` `ionic cordova plugin add` always adds `--save` to the Cordova call anyway --- 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 2a78c67d..4f08337c 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -177,7 +177,7 @@ docType: "<$ doc.docType $>"

Installation

  1. Install the Cordova and Ionic Native plugins:
    -
    $ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add --save <$ prop.plugin $><@ endif @>
    +    
    $ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
     $ npm install --save @ionic-native/<$ doc.npmId $>