indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

Fix compatibility issues with ember >= 1.8.1 #58

Closed hgiasac closed 9 years ago

hgiasac commented 9 years ago

Hello,

In file lib/form/text.coffee. The component we should export is FormTextComponent instead of FormGroupComponent, isn't it?

New RSVP.Promise in Ember >= 1.8.1 will trigger a assert error if there isn't any rejected callback

Added rejected callback for action sublit in FormComponent Path: /lib/form/form.coffee

asaf commented 9 years ago

@hgiasac forms with 1.8.1 works now

thanks!