Skip to content

Commit

Permalink
docs(): add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Aug 11, 2016
1 parent 3938513 commit 2160a2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/plugins/webintent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2160a2d

Please sign in to comment.