module fb { export interface IFbDraggableScope extends ng.IScope { id: string; idList(srcMotiv: fb.MotivObjekt): string; handler(any): boolean; // handleEnd(any): boolean; drag: any; listSelector: string; } }