Emberjs, data-source, twitter bootstrap typeahead
问题 While this may be specific to the "typeahead" situation, and my example has static content, really this would apply to any bootstrap usage of "data-source". I want to someday when I grow up use dynamic content for my typeahead implementation, so am trying the binding way for now: Ember.TextField.reopen({ //add some bootstrap specific stuff attributeBindings: ['data-provide', 'data-items', 'dataSourceBinding:data-source'], 'dataSourceBinding': Ember.Binding.oneWay('App