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

Commit 7532f98

Browse files
refactor(interpolate): remove redundant $watchGroup param
1 parent c1199fb commit 7532f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/interpolate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function $InterpolateProvider() {
294294
listener.call(this, currValue, values !== oldValues ? lastValue : currValue, scope);
295295
}
296296
lastValue = currValue;
297-
}, objectEquality);
297+
});
298298
}
299299
});
300300
}

0 commit comments

Comments
 (0)