mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
style(lint): fix linting errors
This commit is contained in:
@ -121,4 +121,4 @@ export class BooleanInput {
|
|||||||
setDisabledState(isDisabled: boolean) {
|
setDisabledState(isDisabled: boolean) {
|
||||||
this.disabled = isDisabled;
|
this.disabled = isDisabled;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -118,7 +118,7 @@ export class MenuToggle {
|
|||||||
ngAfterContentInit() {
|
ngAfterContentInit() {
|
||||||
// Add the bar-button-menutoggle / button-menutoggle class
|
// Add the bar-button-menutoggle / button-menutoggle class
|
||||||
if (this._isButton) {
|
if (this._isButton) {
|
||||||
//this._button._setClass('menutoggle', true);
|
// this._button._setClass('menutoggle', true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { Component, ViewChild } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import { SegmentButton } from '../../../../../..';
|
// import { SegmentButton } from '../../../../../..';
|
||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
Reference in New Issue
Block a user