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: ' '
})
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: ' '
})