How to disable Ionic gesture for go back to previous page

It seems ionic has the gesture for go back to previous page auto turned on, how to disable this feature.

As I already answered here just use the following line of code in .config of your AngularJS module:

$ionicConfigProvider.views.swipeBackEnabled(false);