sir-dunxalot / ember-easy-form-extensions

Manages form submission in the controller/component and route layers of Ember apps
MIT License
28 stars 14 forks source link

Context might not have get method #14

Closed vectart closed 9 years ago

vectart commented 9 years ago

This change fixes undefined is not a function exception

sir-dunxalot commented 9 years ago

Great, thank you for the fix. I will merge this in and release this morning. It might be worth checking whether the original Easy Form library also has the same issue incase that is in need of a PR too.

vectart commented 9 years ago

@sir-dunxalot Great point! I've created PR with the same change https://github.com/dockyard/ember-easy-form/pull/200

And thanks for the quick response, I look forward to update package.json tomorrow morning.