Chris Conolly

Results 4 comments of Chris Conolly

This makes a lot of sense - what should happen if `fooScenario` and `barScenario` contain conflicting resources? eg: `fooScenario` contains `quote/error.json` and `fooScenario` contains `quote/slowResponse.json` If we choose the pattern...

You can use the same logic, the last conflicting mock in the definition is the one that gets used. So anything you explicitly declare will be used as a priority....

Is this something your able to add a test for? would be a nice addition.

Hi, Question about your use case for this - is it requests to certain URLs that you don't want the loader to show for (ie: https://github.com/wongatech/angular-http-loader/issues/28) OR are you after...