How can i browse to multiple views in a model?

hi ionic developers,

i want to browse through different views inside a model with transitions, with external views not in script tag, how can this be possible?

thanks

Ionic comes pre-packaged with Ui-Router (https://github.com/angular-ui/ui-router)

You can use this to do sub views as well, all the information is documented heavily in there.

Just know that sub-views aren’t really always super helpful because sometimes they do weird things. The only issue you’re going to have is that I don’t think they will animate/transition. The transitions I believe are specific to the ionic specific elements and how they’re built together.

You could also use a slide box and call out different slides for a transition, and even build your own using ng-show/ng-hide