alongubkin / angular-datepicker

Angular.js Date/Time Picker
MIT License
291 stars 129 forks source link

Fix cordova reference #13

Closed jonotron closed 10 years ago

jonotron commented 10 years ago

Currently the directive will fail onClose if the global cordova is undefined (in the browser). Here, I replaced the !cordova check with a proper typeof cordova === 'undefined'

jonotron commented 10 years ago

@alongubkin I did not bump the version number with this PR. Does the version need to bump to 1.0.3 in order for this change to appear when I bower install ?

alongubkin commented 10 years ago

Yeah, probably