fix(backbtn): incorrect elementRef

This commit is contained in:
Adam Bradley
2015-09-17 22:16:11 -05:00
parent c118ef6054
commit a2346bf11b
2 changed files with 3 additions and 2 deletions

View File

@ -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) {