0

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:

  1. Navigation bar (unchangeable)
  2. Day details bar under the navigation bar it should not move while I swipe list (3) and it should display current day/date
  3. 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:

enter image description here

Anatoly
  • 5,056
  • 9
  • 62
  • 136

1 Answers1

0

Ok, I've done it much more simpler by using ion-slide-box to which I dynamically adding slides as explained here: How to insert data dynamically to ion-slide-box Angularjs Ionic.

Anyway, if somebody has another idea how can it be implemented please comment or post your answer, it's good to have few another solutions in a toolbox.

Community
  • 1
  • 1
Anatoly
  • 5,056
  • 9
  • 62
  • 136