mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00: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
+2
-2
@@ -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