Update angular-load.d.ts

Added description of project
This commit is contained in:
David Gang
2016-02-29 15:51:01 +02:00
parent 8f2f6fb69f
commit 0f85c3a62e

View File

@@ -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>;
}
}
}