File tree 1 file changed +0
-11
lines changed 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -416,17 +416,6 @@ function $RootScopeProvider(){
416
416
return ;
417
417
}
418
418
419
- /* TODO:
420
- *
421
- * - Find a way to stop calling listener for no damned reason:
422
- * - Try checking newChangeNumber against oldChangeNumber
423
- * - If that doesn't work, try setting a boolean in watchCollectionWatch and testing it in watchCollectionAction
424
- *
425
- * - Keep the types the same between oldCollection and newCollection. If you can't find a good way to do that
426
- * in Angular, try setting the prototypes to be the same. This isn't perfect (the objects won't have internal
427
- * state), but it's closer. If neither of these work, you can try casting newCollection to the same type as oldCollection
428
- * and comparing them before calling listener.
429
- */
430
419
var newLength , key , i ;
431
420
432
421
listener ( newValue , oldValue , self ) ;
You can’t perform that action at this time.
0 commit comments