feat(angular xml): Support [prop] and (tap) bindings

This commit is contained in:
Hristo Deshev
2015-06-04 17:13:18 +03:00
parent 2a2c0e5c31
commit fdd8c9b116
4 changed files with 48 additions and 5 deletions

View File

@ -27,5 +27,4 @@ describe("xml parser", () => {
assert.equal('TextField', last_element);
assert.equal('hello', last_attrs['text']);
});
});