docs(plugins): update docs and plugin params

This commit is contained in:
Ibrahim Hadeed
2016-03-12 18:30:16 -05:00
parent 4d8dc1b9dc
commit a1bdff6b24
25 changed files with 149 additions and 35 deletions
+4 -1
View File
@@ -7,8 +7,11 @@ import {Plugin, Cordova} from './plugin';
*
* Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet).
*
* @usage
* ```shell
* cordova plugin add cordova-plugin-actionsheet
* ```
*
* @usage
* ```ts
* import {ActionSheet} from 'ionic-native';
*