mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-30 13:15:16 +01:00
chore(dept): update dependencies, angular to rc2
This commit is contained in:
parent
70f3dc8dbf
commit
2b7d7ef3e6
13 changed files with 50 additions and 69 deletions
|
|
@ -22,10 +22,10 @@ export class BaSlimScroll {
|
|||
}
|
||||
|
||||
private _init() {
|
||||
$(this._elementRef.nativeElement).slimScroll(this.baSlimScrollOptions);
|
||||
jQuery(this._elementRef.nativeElement).slimScroll(this.baSlimScrollOptions);
|
||||
}
|
||||
|
||||
private _destroy() {
|
||||
$(this._elementRef.nativeElement).slimScroll({ destroy: true });
|
||||
jQuery(this._elementRef.nativeElement).slimScroll({ destroy: true });
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue