Commit ca97012
committed
Remove check for !angular.equals
Since this code is in a watchCollection, we know that the tracker needs to be reset. Using angular.equals means that you can't swap out the original promise with a new promise; the new promise will not get detected as "different" by angular.equals.1 parent 55755a9 commit ca97012
1 file changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
169 | 167 | | |
170 | 168 | | |
171 | 169 | | |
| |||
0 commit comments