Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8be98e4

Browse files
committed
test($interpolate): fix test on $interpolate
Fix for a test in $interpolate after an incomplete merge
1 parent cf83b4f commit 8be98e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/interpolate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ function $InterpolateProvider() {
238238
if (!mustHaveExpression) {
239239
var unescapedText = unescapeText(text);
240240
constantInterp = valueFn(unescapedText);
241+
constantInterp.exp = text;
241242
constantInterp.expressions = [];
242243
constantInterp.$$watchDelegate = constantWatchDelegate;
243244
}

0 commit comments

Comments
 (0)