Skip to content

Commit b22932b

Browse files
committed
Removed unused interface.
1 parent d910496 commit b22932b

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

angular-formly/angular-formly.d.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,11 @@ declare module AngularFormly {
5555
}
5656

5757

58-
/**
59-
* This is part of the built-in formlyConfig templateManipulator called ngModelAttrsTemplateManipulator.
60-
* This allows you to keep your templates very small and add custom behavior on at the type or field level.
61-
*
62-
* see http://docs.angular-formly.com/docs/ngmodelattrs
63-
*/
64-
// interface INGModelAttrs {
65-
// [key: string]: {
66-
// attribute?: string;
67-
// expresssion?: string;
68-
// value?: string;
69-
// }
70-
// }
71-
72-
7358
interface ITemplateManipulator {
7459
(template: string | HTMLElement, options: Object, scope: ng.IScope): string | HTMLElement;
7560
}
7661

62+
7763
interface ITemplateManipulators {
7864
preWrapper?: ITemplateManipulator[];
7965
postWrapper?: ITemplateManipulator[];

0 commit comments

Comments
 (0)