Commit Graph

9 Commits

Author SHA1 Message Date
Hristo Deshev
c6d7717e35 Fix tslint errors 2015-07-16 09:44:41 +03:00
Hristo Deshev
67cfab233a fix(xml parser): Fix text node data event. 2015-06-17 15:53:12 +03:00
Hristo Deshev
7ce98a75e4 Fix tslint warnings. 2015-06-17 15:53:12 +03:00
Hristo Deshev
748b4f1c99 feat(xml parser): Only allow angular syntax extensions if configured.
Configure via the public `angularSyntax` property on EasySAXParser and
the XmlParser wrapper.
2015-06-17 15:53:12 +03:00
Hristo Deshev
aa112244fd Parse out attributes without values.
Treat #myattr as #myAttr=''.
2015-06-17 15:53:12 +03:00
Hristo Deshev
fdd8c9b116 feat(angular xml): Support [prop] and (tap) bindings 2015-06-17 15:53:12 +03:00
Hristo Deshev
2a2c0e5c31 fix(xml parser): Handle whitespace around attribute = 2015-06-17 15:53:12 +03:00
Hristo Deshev
30566cbc2a Run node-tests with correct NODE_PATH. 2015-06-17 15:53:12 +03:00
Hristo Deshev
c05efb1614 Start nodejs test suite to avoid testing non-UI stuff with a real device.
1. Place tests in ./node-tests
2. Add chai, mocha, grunt-simple-mocha dev dependencies
3. Run it all with the grunt node-tests task.
2015-06-17 15:53:11 +03:00