discourse/app/assets/javascripts/discourse/controllers/notifications.js.es6
2014-08-06 15:24:20 -04:00

5 lines
182 B
JavaScript

export default Ember.ArrayController.extend(Discourse.HasCurrentUser, {
needs: ['header'],
loadingNotifications: Em.computed.alias('controllers.header.loadingNotifications')
});