ember-cli-bootstrap-datetimepicker
ember-cli-bootstrap-datetimepicker copied to clipboard
Make datetimerpicker work with Fastboot
Currently we want to use fastboot for our ember app. But the app won't load because of this "bootstrap-datetimepicker requires jQuery to be loaded first" message.
Is it possible to make this component work with fastbook?
This addon is a wrapper for bootstrap-datetimepicker. Because it needs Bootstrap, it assumes jQuery will be present (Bootstrap requires jQuery).
I'm not sure there's much that can be done to use this addon wth Fastboot.
That would be a shame, its the only component thats makes the fastboot break.
ember-bootstrap has figured it out (maybe we should have a look at it). There should be a way to fix this issue... hopefully.
ember-bootstrap has implemented the actual component javascript in Ember.
However, bootstrap-datetimepicker itself uses jQuery so even if it wasn't for Bootstrap it still wouldn't be enough.