Add confetti effect for when you finish the wizard

This commit is contained in:
Robin Ward
2016-09-19 16:11:15 -04:00
parent 598db7a81c
commit 454bcdca0b
5 changed files with 191 additions and 0 deletions

View File

@@ -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')
});