|
770cba0ffa
|
Updated patch to include things we discussed.
|
2015-09-19 04:13:10 -05:00 |
|
|
c6d7717e35
|
Fix tslint errors
|
2015-07-16 09:44:41 +03:00 |
|
|
67cfab233a
|
fix(xml parser): Fix text node data event.
|
2015-06-17 15:53:12 +03:00 |
|
|
7ce98a75e4
|
Fix tslint warnings.
|
2015-06-17 15:53:12 +03:00 |
|
|
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 |
|
|
aa112244fd
|
Parse out attributes without values.
Treat #myattr as #myAttr=''.
|
2015-06-17 15:53:12 +03:00 |
|
|
fdd8c9b116
|
feat(angular xml): Support [prop] and (tap) bindings
|
2015-06-17 15:53:12 +03:00 |
|
|
2a2c0e5c31
|
fix(xml parser): Handle whitespace around attribute =
|
2015-06-17 15:53:12 +03:00 |
|
|
30566cbc2a
|
Run node-tests with correct NODE_PATH.
|
2015-06-17 15:53:12 +03:00 |
|
|
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 |
|