declare module fb { interface IFbSizeScope extends ng.IScope { fbSize: { height: number; width: number; }; } }