2
下面的代碼在Chrome中工作正常,我有在控制器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
我肯定會嘗試升級jQuery,如@rBull所示。 – 2012-04-16 22:53:28