ericclemmons / ericclemmons/grunt-angular-templates
Parse Error for less than symbol in ng-bind braces
Open
- Dominant language
- JavaScript
- Stars
- 705
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
```
span.credits-count--emphasis
| {{ currentCredits < 0 ? '0' : currentCredits }}
```
```
Running "ngtemplates:App" (ngtemplates) task
Warning: Parse Error: < 0 ? '0' : currentCredits }}
```
Any way to bypass this error? Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.