daterangepicker
daterangepicker copied to clipboard
daterangepicker with RequireJS
We're using RiotJS as our framework with RequireJS and can't seem to get this to initialize with jQuery. Does this library support RequireJS?
+1
+1
Any updates on this? ^^
I may have a solution...in daterangepicker.js add define at the beginning
define(['jquery', 'knockout', 'moment'], function($, ko, moment) {