ericclemmons / ericclemmons/grunt-angular-templates
Wrong parsing when using < inside text
Open
- Dominant language
- JavaScript
- Stars
- 705
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
This code comes directly from angular-ui bootstrap template:
``` html
({{ $index < value ? '*' : ' ' }})
```
and the plugin fails on
``` html
({{ $index < value ? '*' : ' ' }})
```
I temporary changed it to an ng-bind-template, are there any chance you update the plugin to fix it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.