refactor(dart/transform): Remove ngData

Now that we have `Parser`, `ngData` is redundant & unnecessary.
This commit is contained in:
Tim Blasi
2015-03-18 10:41:54 -07:00
committed by Misko Hevery
parent 8baedca972
commit 5d479fa0ae
5 changed files with 39 additions and 73 deletions
@@ -14,4 +14,4 @@ void setupReflection(reflector) {
'parameters': const [const [Tasty, String], const [const Inject(Salt)]],
'annotations': const [const Component(selector: '[soup]')]
});
} // {"version":1,"importOffset":104,"registerOffset":451,"imports":["package:angular2/src/core/annotations/annotations.dart"]}
}