Merge branch 'master' into improved-plugin-docs

This commit is contained in:
Ibby Hadeed
2017-05-17 06:48:46 -04:00
committed by GitHub
147 changed files with 3929 additions and 1223 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<@ for prop in doc.decorators[0].argumentInfo @>
```
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
$ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ doc.npmId $>
```