Open dlichten opened 8 years ago
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
Any updates on this? ^^
I may have a solution...in daterangepicker.js add define at the beginning
define(['jquery', 'knockout', 'moment'], function($, ko, moment) {
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?