Revert "feat(compiler): ElementSchema now has explicit DOM schema information"

This reverts commit d327ac4b43.
This commit is contained in:
Hans Larsen
2016-04-27 17:41:57 -07:00
parent d327ac4b43
commit e1058a4d8a
5 changed files with 34 additions and 423 deletions

View File

@ -105,7 +105,7 @@ void allTests() {
it('should parse simple expressions in inline templates.', () async {
fooComponentMeta.template = new CompileTemplateMetadata(
template: '<div [id]="b">{{greeting}}</div>',
template: '<div [a]="b">{{greeting}}</div>',
templateUrl: 'template.html');
updateReader();
@ -226,7 +226,7 @@ void allTests() {
it('should create the same output for multiple calls.', () async {
fooComponentMeta.template = new CompileTemplateMetadata(
template: '<div [id]="b">{{greeting}}</div>',
template: '<div [a]="b">{{greeting}}</div>',
templateUrl: 'template.html');
updateReader();