mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 02:22:40 +08:00
Speech bubble waiting for an ajax response prior to rendering
This commit is contained in:
@ -17,7 +17,9 @@ module("Discourse.NotificationsController", {
|
||||
return [scope, options.username, options.link].join(" ").trim();
|
||||
});
|
||||
|
||||
controller = Discourse.NotificationsController.create();
|
||||
controller = Discourse.NotificationsController.create({
|
||||
container: Discourse.__container__
|
||||
});
|
||||
|
||||
view = Ember.View.create({
|
||||
container: Discourse.__container__,
|
||||
|
Reference in New Issue
Block a user