Update datepicker.d.ts

This commit is contained in:
Jacques Kang
2015-11-14 16:09:19 +01:00
parent d0c14c9c19
commit 0efdfccb33
+1 -1
View File
@@ -35,4 +35,4 @@ declare module ngCordova {
export interface IDatePickerService {
show(options?: DatePickerOptions): ng.IPromise<Date>;
}
}
}