fix(e2e): remove invalid syntax usage (#2687)

This commit is contained in:
Filipe Silva 2016-10-28 01:08:43 +01:00 committed by GitHub
parent 89f1af9807
commit c426e57818
1 changed files with 0 additions and 3 deletions

View File

@ -242,9 +242,6 @@ button</button>
<button [attr.disabled]="!isUnchanged">Disabled as well</button>
<!-- can't remove it with [attr.disabled] either -->
<button disabled [attr.disabled]>Still disabled</button>
<!-- we'd have to remove it with property binding -->
<button disabled [disabled]="false">Enabled (but inert)</button>
</div>