How can I implement ui-router when I make a swipeable view inside another view with Ionic Framework?
I need to make a calendar view, which will contain 3 parts:
- Navigation bar (unchangeable)
- Day details bar under the navigation bar it should not move while I swipe list (3) and it should display current day/date
- Scrollable/Swipeable list of time slots available for selected day, this list should be swipeable back and forth to next/previous day and scrollable.
This is how I imagine myself how it should be: