Unverified Commit 416b6f32 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #1850 from hypothesis/fix-stream-route

Fix top bar failing to display in /stream route
parents ee67f0eb be8b8e91
......@@ -249,9 +249,10 @@ function startAngularApp(config) {
// constructed them.
//
// @ngInject
function registerAngularServices($rootScope, toastr) {
function registerAngularServices($location, $rootScope, toastr) {
container
.register('toastr', { value: toastr })
.register('$location', { value: $location })
.register('$rootScope', { value: $rootScope });
}
......
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