Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TabGroup Example? #43

Closed
aaronksaunders opened this issue Apr 29, 2013 · 1 comment
Closed

TabGroup Example? #43

aaronksaunders opened this issue Apr 29, 2013 · 1 comment

Comments

@aaronksaunders
Copy link

I have been searching for a nice integration with angularjs that will support mobile tabgroup UI, can that be done with this framework? Is there an example somewhere?

thanks

@ajoslin
Copy link
Owner

ajoslin commented Apr 29, 2013

It could be done with this, but it would require some work.

I would recommend angular-ui/ui-router for this -- ui-router has nested views, which are perfect for tab groups. Each tab would have its own view state, with its own history.

Unfortunately, using ui-router with ng-animate to make nice mobile transitions currently doesn't work too well. Until they resolve angular-ui/ui-router#96, angular-mobile-nav will still be useful for animation purposes. Once they resolve that issue, someone (maybe me) can write nice easy mobiley animation javascript/css for ui-router and the world will be happy again.

So short answer: Use ui-router nested views for tab groups, use angular-mobile-nav for animations. you can't win atm 😿

@ajoslin ajoslin closed this as completed May 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants