Commit f153ff0d authored by Randall Leeds's avatar Randall Leeds

Oops... committed that before I should have

parent e11b2145
......@@ -29,12 +29,6 @@ configureLocation = ['$locationProvider', ($locationProvider) ->
]
configureHttp = ['$httpProvider', ($httpProvider) ->
# Inject the authorization token on HTTP requests
$httpProvider.interceptors.push('jwtInterceptor')
]
configureRoutes = ['$routeProvider', ($routeProvider) ->
$routeProvider.when '/a/:id',
controller: 'AnnotationViewerController'
......@@ -70,7 +64,6 @@ configureTemplates = ['$sceDelegateProvider', ($sceDelegateProvider) ->
configure = ['$injector', ($injector) ->
$injector.invoke(configureHttp)
$injector.invoke(configureLocation)
$injector.invoke(configureRoutes)
$injector.invoke(configureTemplates)
......
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