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

Commit c426e57

Browse files
authored
fix(e2e): remove invalid syntax usage (#2687)
1 parent 89f1af9 commit c426e57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

public/docs/_examples/template-syntax/ts/app/app.component.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@ <h3>
242242

243243
<button [attr.disabled]="!isUnchanged">Disabled as well</button>
244244

245-
<!-- can't remove it with [attr.disabled] either -->
246-
<button disabled [attr.disabled]>Still disabled</button>
247-
248245
<!-- we'd have to remove it with property binding -->
249246
<button disabled [disabled]="false">Enabled (but inert)</button>
250247
</div>

0 commit comments

Comments
 (0)