discourse/app/assets/javascripts/discourse/controllers/directory-item.js.es6

6 lines
157 B
Plaintext
Raw Normal View History

2015-08-08 03:08:27 +08:00
import { propertyEqual } from 'discourse/lib/computed';
export default Ember.Controller.extend({
2015-08-08 03:08:27 +08:00
me: propertyEqual('model.user.id', 'currentUser.id')
});