Ember sortBy on property:desc is not the same as reverse
seems to work fine Actually, the Ember.Enumerable.sortBy method doesn't
take any direction, as seen here, that's how Ember.computed.sort works, as
seen in the docs example as well as when following internal calls to
here.This means that in your code
Date : October 22 2020, 01:58 PM , By : Marshall Yang