docs(): add missing docs

This commit is contained in:
Ibby Hadeed 2016-08-11 07:42:10 -04:00
parent 39385135de
commit 2160a2d9e8

View File

@ -8,6 +8,13 @@ declare var window;
* @description
* @usage
* For usage information please refer to the plugin's Github repo.
*
* ```typescript
* import {WebIntent} from 'ionic-native';
*
* WebIntent.startActivity(options).then(onSuccess, onError);
*
* ```
*/
@Plugin({
plugin: 'https://github.com/Initsogar/cordova-webintent.git',