mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(backbtn): incorrect elementRef
This commit is contained in:
@ -91,11 +91,11 @@ export class Navbar extends ToolbarBase {
|
||||
}
|
||||
|
||||
setBackButtonRef(backButtonElementRef) {
|
||||
this.bbtRef = backButtonElementRef;
|
||||
this.bbRef = backButtonElementRef;
|
||||
}
|
||||
|
||||
getBackButtonTextRef() {
|
||||
return this.bbRef;
|
||||
return this.bbtRef;
|
||||
}
|
||||
|
||||
setBackButtonTextRef(backButtonTextElementRef) {
|
||||
|
Reference in New Issue
Block a user