// Type definitions for angular-loading-bar // Project: https://github.com/chieffancypants/angular-loading-bar // Definitions by: Stephen Lautier // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare module angular { interface IRequestShortcutConfig { /** * Indicates that the loading bar should be hidden. */ ignoreLoadingBar?: boolean; } }