diff --git a/public/docs/js/latest/api/annotations/AttributeAnnotation-class.jade b/public/docs/js/latest/api/annotations/AttributeAnnotation-class.jade index 282778c5df..a7905ac4a7 100644 --- a/public/docs/js/latest/api/annotations/AttributeAnnotation-class.jade +++ b/public/docs/js/latest/api/annotations/AttributeAnnotation-class.jade @@ -30,6 +30,16 @@ p.location-badge. ``` + +.l-main-section + h2 Annotations + .l-sub-section + h3.annotation CONST + pre.prettyprint + code. + @CONST() + + .l-main-section h2 Members .l-sub-section @@ -52,7 +62,6 @@ p.location-badge. :markdown - @@ -65,7 +74,6 @@ p.location-badge. :markdown - @@ -82,7 +90,6 @@ p.location-badge. toString() :markdown - diff --git a/public/docs/js/latest/api/annotations/ClassDefinition-interface.jade b/public/docs/js/latest/api/annotations/ClassDefinition-interface.jade index bc877cdb6b..ed413ab822 100644 --- a/public/docs/js/latest/api/annotations/ClassDefinition-interface.jade +++ b/public/docs/js/latest/api/annotations/ClassDefinition-interface.jade @@ -14,7 +14,6 @@ p.location-badge. :markdown - Optional argument for specifying the superclass. @@ -28,7 +27,6 @@ p.location-badge. :markdown - Required constructor function for a class. The function may be optionally wrapped in an `Array`, in which case additional parameter diff --git a/public/docs/js/latest/api/annotations/ComponentAnnotation-class.jade b/public/docs/js/latest/api/annotations/ComponentAnnotation-class.jade index 4b4f0b529e..f0689d39a3 100644 --- a/public/docs/js/latest/api/annotations/ComponentAnnotation-class.jade +++ b/public/docs/js/latest/api/annotations/ComponentAnnotation-class.jade @@ -15,7 +15,8 @@ p.location-badge. - creates a shadow DOM for the component. - loads the selected template into the shadow DOM. - creates all the injectable objects configured with `hostInjector` and `viewInjector`. - + + All template expressions and statements are then evaluated against the component instance. For details on the `@View` annotation, see View. @@ -39,6 +40,16 @@ p.location-badge. ``` + +.l-main-section + h2 Annotations + .l-sub-section + h3.annotation CONST + pre.prettyprint + code. + @CONST() + + .l-main-section h2 Members .l-sub-section @@ -73,7 +84,6 @@ p.location-badge. :markdown - Defines the used change detection strategy. When a component is instantiated, Angular creates a change detector, which is responsible for @@ -95,7 +105,6 @@ p.location-badge. :markdown - Defines the set of injectable objects that are visible to its view dom children. ## Simple Example diff --git a/public/docs/js/latest/api/annotations/ComponentDecorator-interface.jade b/public/docs/js/latest/api/annotations/ComponentDecorator-interface.jade index 1bd92ce070..d4c185ec68 100644 --- a/public/docs/js/latest/api/annotations/ComponentDecorator-interface.jade +++ b/public/docs/js/latest/api/annotations/ComponentDecorator-interface.jade @@ -27,7 +27,6 @@ p.location-badge. }) :markdown - Chain View annotation. diff --git a/public/docs/js/latest/api/annotations/DirectiveAnnotation-class.jade b/public/docs/js/latest/api/annotations/DirectiveAnnotation-class.jade index f426d78c11..06777004f5 100644 --- a/public/docs/js/latest/api/annotations/DirectiveAnnotation-class.jade +++ b/public/docs/js/latest/api/annotations/DirectiveAnnotation-class.jade @@ -382,6 +382,16 @@ p.location-badge. view occurs on the second `
  • ` which is a sibling to the `