ericclemmons / grunt-angular-templates

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

Experimental stringification has a problem with mixed quotes in some instanaces #149

Closed underscorebrody closed 8 years ago

underscorebrody commented 8 years ago

Example of a problem scenario:

<input name="password" class="form-control" data-ng-model="admin_password" type="password" data-ng-attr-placeholder="{{'Enter a password for the user \'admin\'' | translate}}" required>
underscorebrody commented 8 years ago

cc @evilaliv3

evilaliv3 commented 8 years ago

this issue has been already solved by #146 and can be closed.

thanks @underscorebrody

underscorebrody commented 8 years ago

Okay thanks!