Skip to content

Commit

Permalink
fix: adapt for sortablejs@1.10.* changes, fix #163
Browse files Browse the repository at this point in the history
  • Loading branch information
smnbbrv committed Jul 9, 2019
1 parent 337eb0d commit 8fe60bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/ngx-sortablejs/src/lib/sortablejs.directive.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { Directive, ElementRef, EventEmitter, Inject, Input, NgZone, OnChanges, OnDestroy, OnInit, Optional, Output, Renderer2, SimpleChange } from '@angular/core';
import Sortable from 'sortablejs';
import { GLOBALS } from './globals';
import { SortablejsBindingTarget } from './sortablejs-binding-target';
import { SortablejsBindings } from './sortablejs-bindings';
import { SortablejsOptions } from './sortablejs-options';
import { SortablejsService } from './sortablejs.service';

const Sortable: any = require('sortablejs');

@Directive({
selector: '[sortablejs]',
})
Expand Down

0 comments on commit 8fe60bc

Please sign in to comment.