mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-24 10:16:10 +01:00
fix(setting-sidebar): Ie and firefox position bugs, linter (#2023)
This commit is contained in:
parent
1fb3205681
commit
8d471ba5b8
2 changed files with 8 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ export class InteractiveProgressBarComponent {
|
|||
this.value = Math.min(Math.max(newValue, 0), 100);
|
||||
}
|
||||
|
||||
get status(){
|
||||
get status() {
|
||||
if (this.value <= 25) {
|
||||
return 'danger';
|
||||
} else if (this.value <= 50) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue