Skip to content

Commit

Permalink
Update angular-load.d.ts
Browse files Browse the repository at this point in the history
Added description of project
  • Loading branch information
david-gang committed Feb 29, 2016
1 parent 8f2f6fb commit 0f85c3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion angular-load/angular-load.d.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -7,4 +12,4 @@ declare module angular.load {
loadCss(url:string): ng.IPromise<any>;
}

}
}

0 comments on commit 0f85c3a

Please sign in to comment.