I'm getting this error
navBarController.back() is deprecated, please use $ionicHistory.goBack() instead
Although I haven't included any such thing in my controller.
My html has this:
<ion-nav-back-button>
</ion-nav-back-button>
And
$ionicNavBarDelegate.back()// in controller
Which might be the cause.
Note: I'm using ionic 1 and
Use $ionicHistory.goBack();
In html:
In controller:
This should do it.