In AeroGear.ajax, the "reject" function of the promise( native es6 ) never gets resolved.
This is only happening in chrome( 34 ) atm. FireFox 29, which was just released with ES6 promises works.
It looks like the issue is that chrome doesn't like when you call reject from a different function
|