diff --git a/src/ng/interpolate.js b/src/ng/interpolate.js index e2e1fa12..7f16bd1d 100644 --- a/src/ng/interpolate.js +++ b/src/ng/interpolate.js @@ -10,23 +10,32 @@ var $interpolateMinErr = minErr('$interpolate'); * @description * * Used for configuring the interpolation markup. Defaults to `{{` and `}}`. - * + * * @example - + -
- //label// +
+ //demo.label//
+ + it('should interpolate binding with custom symbols', function() { + expect(binding('demo.label')).toBe('This bindings is brought you you by // interpolation symbols.'); + }); + */ function $InterpolateProvider() {