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

@ -46,6 +46,8 @@ ion-input.has-focus [text-input] {
ion-input input[scroll-assist] {
display: inline-block;
padding: 0;
margin: 0;
width: 1px;
height: 1px;
pointer-events: none;

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