parent
850cf0fef4
commit
5367749f54
@ -24,7 +24,7 @@ import {CompileControl} from './compile_control';
|
|||||||
* - CompileElement#propertyBindings (to find directives contained
|
* - CompileElement#propertyBindings (to find directives contained
|
||||||
* in the property bindings)
|
* in the property bindings)
|
||||||
* - CompileElement#variableBindings (to find directives contained
|
* - CompileElement#variableBindings (to find directives contained
|
||||||
* in the property bindings)
|
* in the variable bindings)
|
||||||
*/
|
*/
|
||||||
export class DirectiveParser extends CompileStep {
|
export class DirectiveParser extends CompileStep {
|
||||||
_selectorMatcher:SelectorMatcher;
|
_selectorMatcher:SelectorMatcher;
|
||||||
|
@ -26,8 +26,7 @@ import {CompileControl} from './compile_control';
|
|||||||
* Reads:
|
* Reads:
|
||||||
* - (in parent) CompileElement#inheritedElementBinder
|
* - (in parent) CompileElement#inheritedElementBinder
|
||||||
* - CompileElement#hasBindings
|
* - CompileElement#hasBindings
|
||||||
* - CompileElement#isViewRoot
|
* - CompileElement#inheritedProtoView
|
||||||
* - CompileElement#inheritedViewRoot
|
|
||||||
* - CompileElement#inheritedProtoElementInjector
|
* - CompileElement#inheritedProtoElementInjector
|
||||||
* - CompileElement#textNodeBindings
|
* - CompileElement#textNodeBindings
|
||||||
* - CompileElement#propertyBindings
|
* - CompileElement#propertyBindings
|
||||||
|
@ -13,10 +13,12 @@ import {DirectiveMetadata} from '../directive_metadata';
|
|||||||
* Creates the ProtoElementInjectors.
|
* Creates the ProtoElementInjectors.
|
||||||
*
|
*
|
||||||
* Fills:
|
* Fills:
|
||||||
* - CompileElement#inheriteProtoElementInjector
|
* - CompileElement#inheritedProtoElementInjector
|
||||||
|
* - CompileElement#distanceToParentInjector
|
||||||
*
|
*
|
||||||
* Reads:
|
* Reads:
|
||||||
* - (in parent) CompileElement#inheriteProtoElementInjector
|
* - (in parent) CompileElement#inheritedProtoElementInjector
|
||||||
|
* - (in parent) CompileElement#distanceToParentInjector
|
||||||
* - CompileElement#isViewRoot
|
* - CompileElement#isViewRoot
|
||||||
* - CompileElement#inheritedProtoView
|
* - CompileElement#inheritedProtoView
|
||||||
* - CompileElement#decoratorDirectives
|
* - CompileElement#decoratorDirectives
|
||||||
|
@ -9,12 +9,15 @@ import {CompileElement} from './compile_element';
|
|||||||
import {CompileControl} from './compile_control';
|
import {CompileControl} from './compile_control';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Creates ProtoViews and forwards variable bindings from parent to children.
|
||||||
|
*
|
||||||
* Fills:
|
* Fills:
|
||||||
* - (in parent): CompileElement#inheritedElementBinder.nestedProtoView
|
* - (in parent): CompileElement#inheritedElementBinder.nestedProtoView
|
||||||
* - CompileElement#inhertiedViewRoot
|
* - CompileElement#inheritedProtoView
|
||||||
*
|
*
|
||||||
* Reads:
|
* Reads:
|
||||||
* - (in parent): CompileElement#inhertiedViewRoot
|
* - (in parent): CompileElement#inheritedProtoView
|
||||||
|
* - (in parent): CompileElement#variableBindings
|
||||||
* - CompileElement#isViewRoot
|
* - CompileElement#isViewRoot
|
||||||
*/
|
*/
|
||||||
export class ProtoViewBuilder extends CompileStep {
|
export class ProtoViewBuilder extends CompileStep {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user