This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Have NgTemplateCache annotation values be parsed by the Expression Generator transformer #1644
Comments
TedSander
pushed a commit
to TedSander/angular.dart
that referenced
this issue
Jan 16, 2015
Parse html files from NgTemplateCache annotations for expressions, allowing developers the ease of including files needed to be parsed without specifying them individually in the pubspec.yaml definition. Closes dart-archive#1644
TedSander
pushed a commit
to TedSander/angular.dart
that referenced
this issue
Jan 16, 2015
Parse html files from NgTemplateCache annotations for expressions, allowing developers the ease of including files needed to be parsed without specifying them individually in the pubspec.yaml definition. Closes dart-archive#1644
TedSander
pushed a commit
to TedSander/angular.dart
that referenced
this issue
Jan 16, 2015
Parse html files from NgTemplateCache annotations for expressions, allowing developers the ease of including files needed to be parsed without specifying them individually in the pubspec.yaml definition. Closes dart-archive#1644
TedSander
pushed a commit
to TedSander/angular.dart
that referenced
this issue
Jan 16, 2015
Parse html files from NgTemplateCache annotations for expressions, allowing developers the ease of including files needed to be parsed without specifying them individually in the pubspec.yaml definition. Closes dart-archive#1644
rkirov
pushed a commit
that referenced
this issue
Jan 28, 2015
Parse html files from NgTemplateCache annotations for expressions, allowing developers the ease of including files needed to be parsed without specifying them individually in the pubspec.yaml definition. Closes #1644
rkirov
pushed a commit
that referenced
this issue
Jan 28, 2015
Parse html files from NgTemplateCache annotations for expressions, allowing developers the ease of including files needed to be parsed without specifying them individually in the pubspec.yaml definition. Closes #1644
rkirov
pushed a commit
that referenced
this issue
Feb 2, 2015
Parse html files from NgTemplateCache annotations for expressions, allowing developers the ease of including files needed to be parsed without specifying them individually in the pubspec.yaml definition. Closes #1644
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: