rename(sections): .navbar-container now ion-navbar-section

This commit is contained in:
Adam Bradley
2015-10-10 17:14:03 -05:00
parent 039ecac2ae
commit fa2ae9cd93
13 changed files with 31 additions and 29 deletions

View File

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