Revert "load data from ethereum contract"
This reverts commit 26ae9b033f.
This commit is contained in:
+1
-3
@@ -15,11 +15,9 @@ let fixtures = [
|
||||
|
||||
export default Ember.Route.extend({
|
||||
|
||||
kredits: Ember.inject.service(),
|
||||
|
||||
model() {
|
||||
let contributors = [];
|
||||
this.get('kredits.contributors').forEach(obj => {
|
||||
fixtures.forEach(obj => {
|
||||
contributors.pushObject(Contributor.create(obj));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user