declare module fb { interface IFbColorPickerScope extends ng.IScope { active: boolean; color: string; colors: string[]; setColorString(color: string): any; } }