chore(docs): ability to add custom install command for a plugin

closes https://github.com/driftyco/ionic-native/issues/93
This commit is contained in:
Ibrahim Hadeed
2016-03-29 01:57:53 -04:00
parent 4ead1ae023
commit 23be4b7e95
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -116,8 +116,9 @@ docType: "<$ doc.docType $>"
<!-- decorators -->
<@- if doc.decorators @>
<@ for prop in doc.decorators[0].argumentInfo @>
<pre><code>$ cordova plugin add <$ prop.plugin $></code></pre>
<pre><code>$ <@ if prop.install @><$ prop.install $><@ else @>cordova plugin add <$ prop.plugin $><@ endif -@></code></pre>
<p>Repo:
<a href="<$ prop.repo $>">
<$ prop.repo $>