ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates
MIT License
710 stars 107 forks source link

Parse Error for less than symbol in ng-bind braces #160

Open ionox0 opened 8 years ago

ionox0 commented 8 years ago
      span.credits-count--emphasis
        | {{ currentCredits < 0 ? '0' : currentCredits }} &nbsp;
Running "ngtemplates:App" (ngtemplates) task
Warning: Parse Error: < 0 ? '0' : currentCredits }}

Any way to bypass this error? Thanks!