Accessing a service's promise from a route
问题 I am struggling to a Service's promised data in a Route. The problem occurs when I am transitioning to the Route at application init; that is, if I load the application, then transition, everything is fine, because the promise is already fulfilled, but if I hit browser reload on that Route, the offending lines won't run. The Service is: // services/lime-core.js import Ember from 'ember'; export default Ember.Service.extend({ store: Ember.inject.service(), resources: null, init() { this.set(