[angular-ui-bootstrap] Fix the issue when a linter complains about not found symbol "IServiceProvider" (#18630)

This commit is contained in:
Eugene Kuzmin
2017-08-15 00:05:11 +03:00
committed by Mohamed Hegazy
parent aade0638f6
commit 135fead489

View File

@@ -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.
*/