discourse/app/assets/javascripts/discourse/controllers/notifications.js.es6
2015-08-10 10:21:05 -04:00

8 lines
251 B
JavaScript

import { url } from 'discourse/lib/computed';
export default Ember.ArrayController.extend({
needs: ['header'],
loadingNotifications: Em.computed.alias('controllers.header.loadingNotifications'),
myNotificationsUrl: url('/my/notifications')
});