Emberjs 1.0, Computed property and template not refreshed when data changes
问题 I have an emberjs app that integrates with datepicker. When I click a date on the datepicker, a computed property is supposed to compare the clicked date with the dates on *timeslot** to see if there is a match and I expect the template to refresh based on that, either listing the available timeSlots or saying there is not. Unfortunately, the template doesn't refresh or present new data. This is the jsfiddle , the important controllers/routes/templates are timeSlot , appointment , datePicker