mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
[angular-ui-bootstrap] Fix the issue when a linter complains about not found symbol "IServiceProvider" (#18630)
This commit is contained in:
committed by
Mohamed Hegazy
parent
aade0638f6
commit
135fead489
4
types/angular-ui-bootstrap/index.d.ts
vendored
4
types/angular-ui-bootstrap/index.d.ts
vendored
@@ -312,7 +312,7 @@ declare module 'angular' {
|
||||
openClass?: string;
|
||||
}
|
||||
|
||||
interface IModalProvider extends IServiceProvider {
|
||||
interface IModalProvider extends angular.IServiceProvider {
|
||||
/**
|
||||
* Default options all modals will use.
|
||||
*/
|
||||
@@ -876,7 +876,7 @@ declare module 'angular' {
|
||||
useContentExp?: boolean;
|
||||
}
|
||||
|
||||
interface ITooltipProvider extends IServiceProvider {
|
||||
interface ITooltipProvider extends angular.IServiceProvider {
|
||||
/**
|
||||
* Provide a set of defaults for certain tooltip and popover attributes.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user