mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
(@fuse/loading-bar) Fixed: Don't turn off the auto mode on docs examples
This commit is contained in:
parent
e671100bc5
commit
7b5217d009
|
@ -89,9 +89,6 @@ export class LoadingBarComponent
|
||||||
// Show the loading bar
|
// Show the loading bar
|
||||||
this._fuseLoadingBarService.show();
|
this._fuseLoadingBarService.show();
|
||||||
|
|
||||||
// Turn off the auto mode
|
|
||||||
this._fuseLoadingBarService.setAutoMode(false);
|
|
||||||
|
|
||||||
// Set the mode
|
// Set the mode
|
||||||
this.mode = this.mode === 'indeterminate' ? 'determinate' : 'indeterminate';
|
this.mode = this.mode === 'indeterminate' ? 'determinate' : 'indeterminate';
|
||||||
this._fuseLoadingBarService.setMode(this.mode);
|
this._fuseLoadingBarService.setMode(this.mode);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user