Skip to content

Commit

Permalink
test($interpolate): fix test on $interpolate
Browse files Browse the repository at this point in the history
Fix for a test in $interpolate after an incomplete merge
  • Loading branch information
lgalfaso authored and gkalpak committed Nov 23, 2015
1 parent b497940 commit 85adf3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ng/interpolate.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ function $InterpolateProvider() {
if (!mustHaveExpression) {
var unescapedText = unescapeText(text);
constantInterp = valueFn(unescapedText);
constantInterp.exp = text;
constantInterp.expressions = [];
constantInterp.$$watchDelegate = constantWatchDelegate;
}
Expand Down

0 comments on commit 85adf3a

Please sign in to comment.