http://codepen.io/mhartington/pen/txDnm
check out this url. the code
<ion-nav-view animation="slide-in-up"></ion-nav-view>
is not working. also used class
instead of animation
.
http://codepen.io/mhartington/pen/txDnm
check out this url. the code
<ion-nav-view animation="slide-in-up"></ion-nav-view>
is not working. also used class
instead of animation
.
You just need to change animation to animate:
<ion-nav-view animate="slide-in-up"></ion-nav-view>
Not the desired animation @sk4shi.
There is an open issue for this
Ah ok. I was not aware of this. @mhartington Should we keep following this thread for an update of the issue or do you have a link to the open issue in question?
Thanks
@mhartington any solution for this?
Hey there
So the ionic team is just getting back from a week away so we’ll be getting back to taking care of some issue soon