File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -55,25 +55,11 @@ declare module AngularFormly {
55
55
}
56
56
57
57
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
-
73
58
interface ITemplateManipulator {
74
59
( template : string | HTMLElement , options : Object , scope : ng . IScope ) : string | HTMLElement ;
75
60
}
76
61
62
+
77
63
interface ITemplateManipulators {
78
64
preWrapper ?: ITemplateManipulator [ ] ;
79
65
postWrapper ?: ITemplateManipulator [ ] ;
You can’t perform that action at this time.
0 commit comments