I've been trying to get something like the following working:
var showAjaxIndicator = ajaxRequest.awaiting(ajaxResponse)
What I'm seeing however is that showAjaxIndicator
will finish on true
-- I do not see a final false
when the request has finished / ended.
Here's a JSFiddle of what I'm doing: http://jsfiddle.net/umx2sjsj/2/
What am I missing here?