2
に次のコードを発射すると、私はコントローラEmberJs - IE8はselectionBinding更新
{{view Ember.Select prompt="--ANY--"
selectionBinding="GWVideoApp.VideosController.category"
contentBinding="GWVideoApp.TagsController.categories"
optionLabelPath="content.title"
optionValuePath="content.title"}}
コントローラーで観察可能な性質を持っているクロムで正常に動作しません:
category: {},
categoryDidChange: function() { this.recalcTags(); }.observes('category'),
しかし、更新がないようにそれはそうIE8のために起きた
jreryをアップグレードしようとしています。 –