Added a definition for IBrowserService.defer

This commit is contained in:
Matt Podsiadlo
2015-04-13 10:52:41 +02:00
parent b0056383b5
commit dc17c1cf2f

View File

@@ -665,6 +665,7 @@ declare module angular {
// TODO undocumented, so we need to get it from the source code
///////////////////////////////////////////////////////////////////////////
interface IBrowserService {
defer: ng.ITimeoutService;
[key: string]: any;
}