Merge pull request #59 from textbook/patch-1

Show import format and link to ionic-native
This commit is contained in:
Ibrahim Hadeed 2016-03-16 10:57:43 -04:00
commit 8eefec47dc

View File

@ -89,10 +89,12 @@ export interface CameraPopoverOptions {
* @description
* Take a photo or capture video.
*
* Requires Cordova plugin: `cordova-plugin-camera`. For more info, please see the [Cordova Camera Plugin Docs](https://github.com/apache/cordova-plugin-camera).
* Requires {@link module:driftyco/ionic-native} and the Cordova plugin: `cordova-plugin-camera`. For more info, please see the [Cordova Camera Plugin Docs](https://github.com/apache/cordova-plugin-camera).
*
* @usage
* ```js
* import {Camera} from 'ionic-native';
*
* Camera.getPicture(options).then((imageData) => {
* // imageData is either a base64 encoded string or a file URI
* // If it's base64: