// Type definitions for angular-ui-uib-modal 0.11+ (ui.router module) // Project: https://github.com/nonplus/angular-ui-router-uib-modal // Definitions by: Stepan Riha // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare namespace angular.ui { interface IState { modal?: boolean | string[]; } }