Unverified Commit a929c22e authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #2032 from hypothesis/fix-annotation-page

Fix single annotation page
parents 994a1324 5334af7c
...@@ -274,6 +274,7 @@ function startAngularApp(config) { ...@@ -274,6 +274,7 @@ function startAngularApp(config) {
// Register services, the store and utilities with Angular, so that // Register services, the store and utilities with Angular, so that
// Angular components can use them. // Angular components can use them.
.service('analytics', () => container.get('analytics')) .service('analytics', () => container.get('analytics'))
.service('api', () => container.get('api'))
.service('auth', () => container.get('auth')) .service('auth', () => container.get('auth'))
.service('bridge', () => container.get('bridge')) .service('bridge', () => container.get('bridge'))
.service('features', () => container.get('features')) .service('features', () => container.get('features'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment