| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-06 | fix($parser): string concatination with undefined model | petrovalex | |
| Closes #988 | |||
| 2012-08-30 | feat($interpolate): provide contextual error messages | Brian Ford | |
| if an exception occurs during interpolation of a string (e.g. name() in "Hello, {{name()}}!" throws an exception) we now print an error message with the expression that was being evaluated when the exception was thrown. | |||
| 2012-08-13 | feat($interpolate): expose start/end symbols in run phase | Igor Minar | |
| previously the startSymbol() and endSymbol() getters were exposed only via provider in the config phase | |||
| 2012-08-13 | fix($interpolate): $interpolateProvider.endSymbol() returns startSymbol | Igor Minar | |
| I also added missing tests. | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
