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

Commit ada43c9

Browse files
SQUASH ME
Added in the `onChangesTtl` setting and `infchng` error for preventing overflow
1 parent a6181c9 commit ada43c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/compile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
12781278
// Reset the queue to trigger a new schedule next time there is a change
12791279
onChangesQueue = undefined;
12801280
});
1281+
onChangesTtl++;
12811282
}
12821283

12831284

0 commit comments

Comments
 (0)