mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
change CRLF to LF about angular-load/angular-load.d.ts
This commit is contained in:
30
angular-load/angular-load.d.ts
vendored
30
angular-load/angular-load.d.ts
vendored
@@ -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>;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user