mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
refactor(all): additional tslint rules
This commit is contained in:
@ -147,7 +147,8 @@ export class Checkbox {
|
||||
checked={this.checked}
|
||||
name={this.name}
|
||||
value={this.value}
|
||||
disabled={this.disabled} />
|
||||
disabled={this.disabled}
|
||||
/>
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user