We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822e83e commit cab69f6Copy full SHA for cab69f6
modules/angular2/docs/cheatsheet/template-syntax.md
@@ -62,10 +62,10 @@ Creates a local variable `movieplayer` that provides access to the `video` eleme
62
63
@cheatsheetItem
64
syntax:
65
-`<p *my-unless="myExpression">...</p>`|`*my-unless`
+`<p *myUnless="myExpression">...</p>`|`*myUnless`
66
description:
67
The `*` symbol means that the current element will be turned into an embedded template. Equivalent to:
68
-`<template [myless]="myExpression"><p>...</p></template>`
+`<template [myUnless]="myExpression"><p>...</p></template>`
69
70
71
0 commit comments