/// declare module fb { interface IFbSelectableRowsScope extends ng.IScope { onMouseOver(event: JQueryEventObject): any; } }