This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/discourse/controllers/notifications.js.es6
T
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')
});