angular/modules_dart/transform
Tim Blasi efddc9069c fix(dart/transform): Parse directives agnostic of annotation order
Now that we can specify `directives` in either `@View` or `@Component`,
we will try to parse from both.

Previously, we would trash any `directives` parsed in the first
annotation upon encountering the second annotation. This ensures that we
maintain that list of `directives` regardless of annotation ordering.
2015-10-14 10:17:14 -07:00
..
lib fix(dart/transform): Parse directives agnostic of annotation order 2015-10-14 10:17:14 -07:00
test/transform fix(dart/transform): Parse directives agnostic of annotation order 2015-10-14 10:17:14 -07:00
pubspec.yaml refactor(transformer): precompile stylesheets 2015-10-01 18:48:27 -07:00