6 lines
223 B
JavaScript
6 lines
223 B
JavaScript
export default Ember.ArrayController.extend({
|
|
needs: ['header'],
|
|
loadingNotifications: Em.computed.alias('controllers.header.loadingNotifications'),
|
|
myNotificationsUrl: Discourse.computed.url('/my/notifications')
|
|
});
|