mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
Vendored
+15
-15
@@ -1,15 +1,15 @@
|
||||
// Type definitions for angular-load v0.4.1
|
||||
// Project: https://github.com/urish/angular-load
|
||||
// Definitions by: david-gang <https://github.com/david-gang>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
declare module angular.load {
|
||||
|
||||
interface IAngularLoadService {
|
||||
loadScript(url:string): ng.IPromise<any>;
|
||||
loadCss(url:string): ng.IPromise<any>;
|
||||
}
|
||||
|
||||
}
|
||||
// Type definitions for angular-load v0.4.1
|
||||
// Project: https://github.com/urish/angular-load
|
||||
// Definitions by: david-gang <https://github.com/david-gang>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
declare module angular.load {
|
||||
|
||||
interface IAngularLoadService {
|
||||
loadScript(url:string): ng.IPromise<any>;
|
||||
loadCss(url:string): ng.IPromise<any>;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Reference in New Issue
Block a user