aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/interpolateSpec.js
AgeCommit message (Collapse)Author
2012-09-06fix($parser): string concatination with undefined modelpetrovalex
Closes #988
2012-08-30feat($interpolate): provide contextual error messagesBrian 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-13feat($interpolate): expose start/end symbols in run phaseIgor Minar
previously the startSymbol() and endSymbol() getters were exposed only via provider in the config phase
2012-08-13fix($interpolate): $interpolateProvider.endSymbol() returns startSymbolIgor Minar
I also added missing tests.
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery