Commit Graph

13 Commits

Author SHA1 Message Date
Hristo Deshev
38f243de5c Move css and css-value modules to the toplevel.
This is the default location when installing from npm, and Angular uses
that when parsing CSS.

Updated module paths, requires, csproj, tsconfig and grunt tasks.
2015-08-03 12:01:09 +03:00
vakrilov
d74d9b8fbb Css properties progress 2015-07-06 17:29:38 +03: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
Nedyalko Nikolov
e61cac3422 Fixed binding expression for object property access (not function). 2015-05-19 13:49:32 +03:00
Nedyalko Nikolov
61f5022a69 Binding to object via keyword. 2015-04-03 16:08:28 +03:00
Nedyalko Nikolov
d952faa3c2 Added application resources (used for binding converters), also some bug
fixes (binding related).
2015-04-01 11:45:30 +03:00
Nedyalko Nikolov
d56d036e6a More friendly Css parser error messages 2015-03-16 17:19:44 +02:00
Nedyalko Nikolov
8bc83ced24 Added binding convert option. 2015-03-04 10:51:59 +02:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00