Sean Luthjohn
Sean Luthjohn
Hi toomuchpete, I am having issues with creating a new file using the post request. I keep getting an errror saying it cannot accept a file without an extension. I...
@Boudewijn26 so it appears like in previous versions of ember ( < 2.16.2) The model is only hit once. So the value of 'calls' should always be 1. That is...
@rwjblue I did notice in ember-cli version 2.13.3 that the param somewhereParam was cleared so there were never any changes so the model hook was never invoked again. In ember-cli...
@rwjblue The line in ember-routing I am looking at that I am not entirely sure about is --> [https://github.com/emberjs/ember.js/blob/master/packages/ember-routing/lib/system/router.js#L976] For somwhereParam the default value is null which is expected but...