/// declare module fb { interface IFbInitialerScope extends ng.IScope { initialerInstaellning: fb.Instaellning; instaellningarInit: { $resolved: boolean; $promise: ng.IPromise; }; done(): void; } }