mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 19:34:00 +08:00
5 lines
182 B
JavaScript
5 lines
182 B
JavaScript
export default Ember.ArrayController.extend(Discourse.HasCurrentUser, {
|
|
needs: ['header'],
|
|
loadingNotifications: Em.computed.alias('controllers.header.loadingNotifications')
|
|
});
|