Skip to content

Commit 7de51e9

Browse files
committed
fix(watcher): add min timeout to cache clean
1 parent fcee0bc commit 7de51e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_provider/watcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ angular.module('a8m.filter-watcher', [])
7070
$$timeout(function() {
7171
if(!$rootScope.$$phase)
7272
$$cache = {};
73-
});
73+
}, 2000);
7474
}
7575

7676
/**

0 commit comments

Comments
 (0)