Ionic state go back


Ionic state go back : If you looking to bind the go back functionality in ionic framework you can use state to go back on previous view . Here we are going to explain the functionality with an example-


Ionic state go back

Here is an example of go back to the state-

Ionic state go back example

var backView = $ionicViewService.getBackView();
backView && backView.go();

By using the above method you can go back to the state.


Advertisements

Add Comment

📖 Read More