dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.25k stars 248 forks source link

Have NgTemplateCache annotation values be parsed by the Expression Generator transformer #1644

Closed TedSander closed 9 years ago

TedSander commented 9 years ago

HTML which is added to the NgTemplateCache annotation generally have angular expressions which should be parsed by the expression generator. Without this all of those html files need to be individually added to the pubsec.yaml for an application.