Panayot Cankov
|
acf8b6e432
|
Add character line and column index for easysax parser events
|
2015-11-25 15:25:42 +02:00 |
|
Hristo Deshev
|
ee77b720d5
|
Remove files sections in JS libs package.json.
Those exclude unlisted files (d.ts files mostly) that we want bundled in.
No point in listing d.ts files since we already keep those folders clean.
|
2015-11-03 11:40:11 +02:00 |
|
Hristo Deshev
|
67cfab233a
|
fix(xml parser): Fix text node data event.
|
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 |
|
Erjan Gavalji
|
cc829e0152
|
definitions fixed
|
2015-03-03 10:34:40 +02:00 |
|