mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add confetti effect for when you finish the wizard
This commit is contained in:
@@ -6,6 +6,8 @@ export default Ember.Route.extend({
|
||||
},
|
||||
|
||||
setupController(controller, step) {
|
||||
this.controllerFor('application').set('currentStepId', step.get('id'));
|
||||
|
||||
controller.setProperties({
|
||||
step, wizard: this.modelFor('application')
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user