mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
had typo in loadCss function. Should be loadCSS
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ declare module angular.load {
|
||||
|
||||
interface IAngularLoadService {
|
||||
loadScript(url:string): ng.IPromise<any>;
|
||||
loadCss(url:string): ng.IPromise<any>;
|
||||
loadCSS(url:string): ng.IPromise<any>;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user