I know that when jumping through the a tag, adding nav-direction="back"
can have a switching animation. Now I use $window.location.href = '#/block'
to do the switching in the controller. In this case, how to do the switching animation?
天蓬老师2017-05-15 17:05:52
Solution:
Use $state.go
进行跳转,记得在controller里注入'$state'
, then refer to this link to use animation