compylr
compylr copied to clipboard
Fix bug where one letter {{}} expressions would parse strangely.
Fixes bug where this template would fail to parse correclty.
<ul>
<li ng-repeat="a in list">{{a}}</li>
</ul>