Browse Source

Input naming fixed

pull/1/head
Sebastian 9 years ago
parent
commit
7e502c3328
  1. 2
      src/Squidex/app/framework/angular/drag-model.directive.ts

2
src/Squidex/app/framework/angular/drag-model.directive.ts

@ -20,7 +20,7 @@ export class DragModelDirective {
private mouseUpSubscription: Function | null; private mouseUpSubscription: Function | null;
private clonedElement: HTMLElement | null; private clonedElement: HTMLElement | null;
@Ng2.Input('gpDragModel') @Ng2.Input('gpDragMsqxDragModelodel')
public model: any; public model: any;
constructor( constructor(

Loading…
Cancel
Save