I'm upgrading an existing project to Angular2 rc1 and the beta1 version of the cli
A previously working piece of code:
<main [attr.style]="isEmbeded ? '' : 'margin-top: 82px;'" >
is no longer working it now renders as:
<main _ngcontent-mak-1="" style="unsafe">
Has something changed that I'm not aware of?