Commit c7eb8228 authored by Randall Leeds's avatar Randall Leeds

Fix replying to single annotation

No need to reload on search for that route, either.
parent 497f4c27
......@@ -33,6 +33,7 @@ configureRoutes = ['$routeProvider', ($routeProvider) ->
$routeProvider.when '/a/:id',
controller: 'AnnotationViewerController'
templateUrl: 'viewer.html'
reloadOnSearch: false
resolve: resolve
$routeProvider.when '/viewer',
controller: 'WidgetController'
......
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