charlieridley / ember-typeahead

EmberJS autocomplete component using typeahead.js
MIT License
78 stars 17 forks source link

Get a really strange error in console #10

Open rstudner opened 10 years ago

rstudner commented 10 years ago

I have a page with:

{{type-ahead data=content name="colour" selection=myColour}} {{myColour.colour}}

when I render the page/view/template my console says: Assertion failed: You must use Ember.set() to access this property (of Ember.TypeAheadComponent:ember660) ember-v1.3.2.js:3285 Assertion failed: You called yield in a template that was not a layout ember-v1.3.2.js:3285 Uncaught TypeError: Cannot call method '_yield' of undefined

vlaurenlee commented 10 years ago

I got the same thing. Any help would be really appreciated. Great contribution.