mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 06:47:14 +08:00
8 lines
251 B
JavaScript
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')
|
|
});
|