Currently, dispose a model.get().subscribe() does not abort the inner XHR calls made by that model.get
This PR fixes that by threading the model get dispose through correctly to the get request's dispose.
Coverage increased (+0.003%) to 92.373% when pulling 15d3eb3f0072ce5140dbed5b37ce23175f4d5334 on fix-get-dispose into 783b4da4423cc876abc0842566a2a87cee0fcbbf on master.
Currently, dispose a model.get().subscribe() does not abort the inner XHR calls made by that model.get This PR fixes that by threading the model get dispose through correctly to the get request's dispose.
This is the relevant commit that makes the fix: https://github.com/Netflix/falcor/commit/4c9ca5d8 Tests coming shortly.