fix(transformer): Fix annotation_matcher for NgForm directive.

The NgForm directive imports Directive from a previously unlisted import.
This commit is contained in:
Jacob MacDonald
2015-06-25 13:10:45 -07:00
parent b50edfd1f3
commit 9c768501c4
4 changed files with 8 additions and 7 deletions
@@ -49,8 +49,8 @@ void allTests() {
readFile(
'directive_processor/absolute_url_expression_files/template.css'));
_testNgDeps('should inline `templateUrl` and `styleUrls` values expressed as'
' absolute urls.',
'absolute_url_expression_files/hello.dart', reader: absoluteReader);
' absolute urls.', 'absolute_url_expression_files/hello.dart',
reader: absoluteReader);
_testNgDeps(
'should inline multiple `styleUrls` values expressed as absolute urls.',