Merge branch 'master' into feature/store-models-in-service

# Conflicts:
#	app/controllers/index.js
#	tests/unit/controllers/index-test.js
This commit is contained in:
2018-04-15 20:23:39 +02:00
11 changed files with 53 additions and 34 deletions
+2
View File
@@ -13,6 +13,8 @@ export default Route.extend({
transition.retry();
}
}
}).catch((error) => {
console.log('Error initializing Kredits', error);
});
},