Skip to content

Commit

Permalink
Add missing IUserListScope to DraggableUser
Browse files Browse the repository at this point in the history
  • Loading branch information
pepebecker committed Nov 18, 2019
1 parent 4702e8b commit 2e0ea76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/angularjs/directives/draggable-user.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import * as angular from 'angular';
import * as $ from 'jquery';

import { IUserListScope } from '../controllers/user-list';
import { Utils } from '../services/utils';
import { IScreen } from '../services/screen';
import { IUser } from '../entities/user';
import { IRootScope } from '../interfaces/root-scope';

export interface IUserListScope extends ng.IScope {
aUser: any;
}

export interface IDraggableUser extends ng.IDirective {

}
Expand Down

0 comments on commit 2e0ea76

Please sign in to comment.