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 -2
View File
@@ -64,6 +64,8 @@ export interface datePickerOptions {
}
/**
* @name DatePicker
* @description
* The DatePicker plugin allows the user to fetch date or time using native dialogs.
*
* Platforms supported: iOS, Android, Windows
@@ -72,7 +74,7 @@ export interface datePickerOptions {
*
* Install the plugin by running the following command:
* ```shell
* cordova plugin add https://github.com/VitaliiBlagodir/cordova-plugin-datepicker.git
* cordova plugin add cordova-plugin-datepicker
* ```
*
* @usage
@@ -88,7 +90,7 @@ export interface datePickerOptions {
*
*/
@Plugin({
plugin: 'https://github.com/VitaliiBlagodir/cordova-plugin-datepicker.git',
plugin: 'cordova-plugin-datepicker',
pluginRef: 'datePicker'
})
export class DatePicker {