ericclemmons / ericclemmons/grunt-angular-templates

Wrong parsing when using < inside text

Open
#88 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.