ajoslin / angular-mobile-nav

An angular navigation service for mobile applications
http://ajoslin.github.com/angular-mobile-nav
MIT License
785 stars 135 forks source link

ng-animate #39

Open Urigo opened 11 years ago

Urigo commented 11 years ago

What are your thoughts about the new ng-animate and integrating it with this library? Thanks!

ajoslin commented 11 years ago

ng-animate plus ui-router kind of renders this less useful. I just need to code an ng-animation in ui-router that uses directional transitions.

ajoslin commented 11 years ago

Until someone does that though, this library is still nice.

pennersr commented 11 years ago

Doing this using ng-animate and ui-router is not yet possible due to angular-ui/ui-router#96

ajoslin commented 11 years ago

well... hmm

I would love to use ui-router's nested view system. It would be perfect for this, for things like tabbars or modal screens.

Perhaps I should just start a fork of ui-router.

If you want to add ng-animate to this, please feel free to open a PR. But it would be pretty much a refactor of what is currently here.