mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Replace tabs by whitespaces
Fix issues with tabs in IComponentBindings and IDirectiveScope
This commit is contained in:
committed by
GitHub
parent
f63a1b638f
commit
f4f57de0b5
Vendored
+4
-4
@@ -1740,7 +1740,7 @@ declare namespace angular {
|
||||
}
|
||||
|
||||
interface IComponentBindings {
|
||||
[binding: string]: string;
|
||||
[binding: string]: string;
|
||||
}
|
||||
|
||||
interface IComponentTemplateFn {
|
||||
@@ -1830,10 +1830,10 @@ declare namespace angular {
|
||||
transclude: ITranscludeFunction
|
||||
): void | IDirectivePrePost;
|
||||
}
|
||||
|
||||
|
||||
interface IDirectiveScope {
|
||||
[property: string]: string;
|
||||
}
|
||||
[property: string]: string;
|
||||
}
|
||||
|
||||
interface IDirective {
|
||||
compile?: IDirectiveCompileFn;
|
||||
|
||||
Reference in New Issue
Block a user