compylr icon indicating copy to clipboard operation
compylr copied to clipboard

Fix bug where one letter {{}} expressions would parse strangely.

Open basicer opened this issue 10 years ago • 0 comments

Fixes bug where this template would fail to parse correclty.

<ul>
    <li ng-repeat="a in list">{{a}}</li>
</ul>

basicer avatar Aug 12 '15 00:08 basicer