Skip to content

Commit

Permalink
feat(DatePicker): Added DatePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Feb 15, 2016
1 parent 9e62d79 commit 5afa58f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {Push} from './plugins/push';
import {StatusBar} from './plugins/statusbar';
import {Toast} from './plugins/toast';
import {TouchID} from './plugins/touchid';
import {DatePicker} from './plugins/datepicker';

export {
ActionSheet,
Expand All @@ -33,7 +34,8 @@ export {
Push,
StatusBar,
Toast,
TouchID
TouchID,
DatePicker
}

// Window export to use outside of a module loading system
Expand All @@ -50,7 +52,8 @@ window['IonicNative'] = {
Push: Push,
StatusBar: StatusBar,
Toast: Toast,
TouchID: TouchID
TouchID: TouchID,
DatePicker: DatePicker
}

// To help developers using cordova, we listen for the device ready event and
Expand Down

0 comments on commit 5afa58f

Please sign in to comment.