Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3b03573

Browse files
committed
misc: make block comment a Jade comment
(This prevents the text from appearing in the generated HTML as an HTML comment.)
1 parent 470426d commit 3b03573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/template-syntax.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ table
401401
(element | component | directive) event, or (rarely) an attribute name.
402402
The following table summarizes:
403403

404-
// If you update this table, UPDATE it in Dart & JS, too.
404+
//- If you update this table, UPDATE it in Dart & JS, too.
405405
<div width="90%">
406406
table
407407
tr
@@ -813,7 +813,7 @@ block style-property-name-dart-diff
813813
including queries and saves to a remote server.
814814
These changes percolate through the system and are ultimately displayed in this and other views.
815815

816-
//
816+
//-
817817
:marked
818818
### Event bubbling and propagation [TODO: reinstate this section when it becomes true]
819819
Angular invokes the event-handling statement if the event is raised by the current element or one of its child elements.

0 commit comments

Comments
 (0)