Skip to content

Instantly share code, notes, and snippets.

@scottmessinger
Created September 25, 2013 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottmessinger/6705325 to your computer and use it in GitHub Desktop.
Save scottmessinger/6705325 to your computer and use it in GitHub Desktop.
var smoke = TS.HomeSmokeView.create({signal: "Magically Generating Your Schedule. Hold on.<br>Magic can't be rushed."}).append()
Ember.run.schedule('afterRender', this, function(){
this.get('queue').forEach(function(course) {
course.schedule()
})
this.get('queue').clear()
smoke.destroy()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment