Home
last modified time | relevance | path

Searched refs:bindDir (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/runtime/main/model/
Ddirective.ts428 bindDir(vm, el, '$data', attr.$data);
430 bindDir(vm, el, 'data', attr.data);
433 bindDir(vm, el, 'attr', attr);
730 bindDir(vm, el, name, typeStyle, isFirst, isLast, isSetContent);
805 bindDir(vm, el, 'style', style);
855 export function bindDir(vm: Vm, el: Element, name: string, data: object, isFirst?: boolean, isLast?… function
1310 bindDir(vm, el, 'attrStyle', css[newKey]);
Dcompiler.ts44 bindDir,
326 bindDir(vm, element, 'attr', attr);