In my controller file named ProfileController.js, I am trying to change the text of the back button. After doing some research, I found this code snippet:
$ionicConfigProvider.backButton.text('Go Back').icon('ion-chevron-left');
How can I access $ionicConfigProvider in my separate file controller?
Any help is appreciated!