Rand Dusing

Results 78 comments of Rand Dusing

@ReinisV Thanks for creating the Plnkr. With your code, the locale isn't updated. If you change moment() to moment().toISOString(), it works fine.

Unfortunately I don't have the time or devices to continue working on this plugin directly, but I'm open to reviewing and hopefully approving pull requests.

Are you waiting to call initialize until Cordova is ready?

Does the example app in the angular wrapped cause the same issue?

I don't plan on doing any more active development, but I'm still replying to issues, giving guidance and will review PRs if you want to make an attempt at supporting...

Hi Will, unfortunately I'm not available at the time to do contract work.

You're probably calling plugin code before the plugin is actually ready. Are you waiting for the cordova ready event?

That's when jquery is safe to use, not cordova plugins. I forgot the event name off the top of my head, but check out the example in the Angular wrapper

Try running the example in the angular wrapper

I've started using Angular (2+) and observables much more often at my day job. When I originally created the plugin and AngularJS wrapper a few years ago, I knew nothing...