You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
btecu
changed the title
Make datetimerpicker work with fastbook.
Make datetimerpicker work with Fastboot
Jun 21, 2019
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.
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?
The text was updated successfully, but these errors were encountered: