Add simple loading indicator

This commit is contained in:
2017-02-04 22:30:58 +08:00
parent f1ea335f9d
commit 2002f2feba
7 changed files with 36 additions and 1 deletions
-1
View File
@@ -17,7 +17,6 @@ export default Ember.Route.extend({
kredits: Ember.inject.service(),
model() {
return Ember.RSVP.hash({
contributors: this.get('kredits').getContributors()
});