mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update angular-load.d.ts
Added description of project
This commit is contained in:
7
angular-load/angular-load.d.ts
vendored
7
angular-load/angular-load.d.ts
vendored
@@ -1,3 +1,8 @@
|
||||
// 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 {
|
||||
@@ -7,4 +12,4 @@ declare module angular.load {
|
||||
loadCss(url:string): ng.IPromise<any>;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user