Change back button icon

I just equate the backButtonText to an empty string ' ' (note the space)
the file is at app.ts or app.js depends on if you are using typescript or not

ionicBootstrap(MyApp, null, {
    backButtonText: ' '
})
1 Like