I'd like to migrate my current jquery mobile app to angular and have been reviewing the current controls in use. I've made heavy use of two that I don't see represented in Bootstrap/AngularJS:
Collapsible - Perhaps this is simply the same as Accordion?
Datepicker (with calendar popup) - I don't see any way to use a date or time control in Bootstrap/AngularJS
I know there are some other ways to do datepicker in angular (e.g.https://angular-ui.github.io/bootstrap/), but without it being represented in the UI for Appery.io I don't see how I can make use of these control types effectively.