mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Removed unused interface.
This commit is contained in:
parent
d910496ddc
commit
b22932b2ef
16
angular-formly/angular-formly.d.ts
vendored
16
angular-formly/angular-formly.d.ts
vendored
@ -55,25 +55,11 @@ declare module AngularFormly {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* This is part of the built-in formlyConfig templateManipulator called ngModelAttrsTemplateManipulator.
|
||||
* This allows you to keep your templates very small and add custom behavior on at the type or field level.
|
||||
*
|
||||
* see http://docs.angular-formly.com/docs/ngmodelattrs
|
||||
*/
|
||||
// interface INGModelAttrs {
|
||||
// [key: string]: {
|
||||
// attribute?: string;
|
||||
// expresssion?: string;
|
||||
// value?: string;
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
interface ITemplateManipulator {
|
||||
(template: string | HTMLElement, options: Object, scope: ng.IScope): string | HTMLElement;
|
||||
}
|
||||
|
||||
|
||||
interface ITemplateManipulators {
|
||||
preWrapper?: ITemplateManipulator[];
|
||||
postWrapper?: ITemplateManipulator[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user