We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f8c97 commit 0c3620bCopy full SHA for 0c3620b
src/ng/interpolate.js
@@ -138,7 +138,7 @@ function $InterpolateProvider() {
138
* ```js
139
* var $interpolate = ...; // injected
140
* var exp = $interpolate('Hello {{name | uppercase}}!');
141
- * expect(exp({name:'AngularJS'})).toEqual('Hello ANGULAR!');
+ * expect(exp({name:'AngularJS'})).toEqual('Hello ANGULARJS!');
142
* ```
143
*
144
* `$interpolate` takes an optional fourth argument, `allOrNothing`. If `allOrNothing` is
0 commit comments