dashboard next: trending search report

This commit also improves how data is loaded sync and async
This commit is contained in:
Joffrey JAFFEUX
2018-04-19 18:19:21 +02:00
committed by GitHub
parent 108e622a61
commit 0e414d0890
16 changed files with 310 additions and 113 deletions

View File

@ -34,7 +34,7 @@ export default Ember.Controller.extend({
}).finally(() => {
this.set("isLoading", false);
});
};
}
},
@computed("period")