Anton Sakovich

Results 3 comments of Anton Sakovich

I use the following function to throw an error in `end()` callback handler: ``` javascript var _ = require('lodash'); var checkStatusCode = function(res, expectedStatus) { if (!expectedStatus) expectedStatus = 200;...

There's a workaround to reset the subform to a "default" state. In the case of the above example, we can clear the subform when the box B is unchecked. We're...