module fb { export interface IFbChangeTrackScope extends ng.IScope { track: fb.ChangeTrack; ngModel: ng.INgModelController; } }