Revert "feat(Compiler): case sensitive html parser"

This reverts commit a8edc1eb58.
This commit is contained in:
vsavkin
2015-11-16 14:36:39 -08:00
parent c5045ac8fe
commit 0611239a0e
13 changed files with 343 additions and 736 deletions

View File

@ -1,6 +1,6 @@
<div class="zippy">
<div (click)="toggle()" class="zippy__title">
{{ visible ? '&#x25BE;' : '&#x25B8;' }} {{title}}
{{ visible ? '&blacktriangledown;' : '&blacktriangleright;' }} {{title}}
</div>
<div [hidden]="!visible" class="zippy__content">
<ng-content></ng-content>