@rgopikv wrote:
I have implemented $stateProvider in my app. I want to load one view directly, and get back to home view with the back transition.
Eg:
Load View 3 while app launching, and move to View2 when clicking back key on the View3 header. Same as View2 to View1.Here i'm using $state.go('statename') to navigate the view, but $state.go() uses forward transition. Here i want back transition for the view navigation. How can i acheive this.
Anyone help me out, Thanks in advance.
Posts: 3
Participants: 2