mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
navbar aside menu button
This commit is contained in:
@@ -26,6 +26,7 @@ import {ViewItem} from '../view/view-item';
|
||||
<span class="back-title" [text-content]="bbText"></span>
|
||||
</span>
|
||||
</button>
|
||||
<ng-content select="[aside-toggle]"></ng-content>
|
||||
<div class="toolbar-title">
|
||||
<div class="toolbar-inner-title">
|
||||
<ng-content select="ion-title"></ng-content>
|
||||
@@ -81,6 +82,7 @@ export class Navbar extends ToolbarBase {
|
||||
const titleEle = this._ttEle || (this._ttEle = this.getNativeElement().querySelector('ion-title'));
|
||||
titleEle && this.app.title(titleEle.textContent);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Directive({
|
||||
|
||||
Reference in New Issue
Block a user