Commit 343724c7 authored by Randall Leeds's avatar Randall Leeds

redirect to viewer on app load

closes #275
parent a7bf27d2
......@@ -15,6 +15,8 @@ configure = ($routeProvider) ->
controller: 'ViewerController'
reloadOnSearch: false
templateUrl: 'viewer.html'
$routeProvider.otherwise
redirectTo: '/viewer'
configure.$inject = ['$routeProvider']
......
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