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

Can't use in my App with Ember 1.7.0 #47

Closed Cerealkillerway closed 9 years ago

Cerealkillerway commented 9 years ago

Trying to use ember-components in my app (Ember 1.7.0) causes different errors; for example with the tab component (simple) i get:

Assertion Failed: `blockHelperMissing` was invoked without a helper name, which is most likely due to a mismatch between the version of Ember.js you're running now and the one used to precompile your templates. Please make sure the version of `ember-handlebars-compiler` you're using is up to date.
Error: Assertion Failed: `blockHelperMissing` was invoked without a helper name, which is most likely due to a mismatch between the version of Ember.js you're running now and the one used to precompile your templates. Please make sure the version of `ember-handlebars-compiler` you're using is up to date.

With other components I get something like:

Uncaught Error: <App.ItaHomeView:ember360> Handlebars error: Could not find property 'em-accordion' on object <App.HomeController:ember408>.

Is it possible to use ember-components with the latest ember?

leejt489 commented 9 years ago

+1 also having problems, specifically with Select in Ember 1.7.0.

Cerealkillerway commented 9 years ago

I can say that using ember-cli, and installing ember-cli-components, it works (after moving ember-components dist folder in bower_components folder and updating paths to these files in the index.js)

But using it manually in a project not created with ember-cli was not possible for me...

asaf commented 9 years ago

I guess this is not relevant any longer as we use 1.7.0 in our docs/samples.