Skip to content

Commit

Permalink
Fix range slider on map chart (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
choonglee170924 authored and alchan-lee committed Jan 31, 2019
1 parent 9032504 commit 69041d8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ import {
OnDestroy, ViewEncapsulation, Injector
} from '@angular/core';
import { RangeSliderResult } from '../../value/range-slider-result';

import 'ion-rangeslider';
import * as $ from 'jquery';
import * as _ from 'lodash';
import { Subscription } from 'rxjs/Subscription';
import { Subject } from 'rxjs/Subject';
import { Observable } from 'rxjs/Observable';
import { AbstractComponent } from '../../../../common/component/abstract.component';

declare var $: any;

@Component({
selector: 'range-slider-component',
template: `<input type="text" value=""/>`
Expand Down

0 comments on commit 69041d8

Please sign in to comment.