addClasses removed

This commit is contained in:
Max Lynch
2015-05-05 18:45:33 -05:00
parent 7ff86db352
commit bd4ab6b2f2
3 changed files with 4 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ export class IonicComponent {
//}
// Add the base element classes (ex, button and button-ios)
dom.addClasses(instance.domElement, this.componentCssName, `${this.componentCssName}-${platformMode}`);
dom.addClass(instance.domElement, this.componentCssName, `${this.componentCssName}-${platformMode}`);
// Check and apply and property classes (properties that should be
// converted to class names). For example, <button primary> should