mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
rename(sections): .navbar-container now ion-navbar-section
This commit is contained in:
@ -378,7 +378,7 @@ export class TextInputElement {
|
||||
}
|
||||
|
||||
labelledBy(val) {
|
||||
val && this.renderer.setElementAttribute(this.elementRef, 'aria-labelledby', val);
|
||||
this.renderer.setElementAttribute(this.elementRef, 'aria-labelledby', val);
|
||||
}
|
||||
|
||||
setFocus() {
|
||||
|
Reference in New Issue
Block a user