0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/client/tests/integration/services
Kevin Ansfield 3f6a67bc1f Synchronous feature service
supersedes #6773
- update `feature` service and `gh-feature-flag` component to work synchronously rather than async
- use the application route's `afterModel` hook so that settings are loaded before first load
- override `session` service's `authenticate` method to load the settings after successful authentication before any other routes are processed
2016-05-07 15:00:06 +02:00
..
ajax-test.js Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
feature-test.js Synchronous feature service 2016-05-07 15:00:06 +02:00
slug-generator-test.js