Commit 3c24e0aa authored by Aron Carroll's avatar Aron Carroll

Delete NotificationController

It doesn't seem to be used anywhere...
parent 09cd5ef7
...@@ -810,17 +810,9 @@ class Search ...@@ -810,17 +810,9 @@ class Search
refresh() refresh()
class Notification
this.inject = ['$scope']
constructor: (
$scope
) ->
angular.module('h.controllers', imports) angular.module('h.controllers', imports)
.controller('AppController', App) .controller('AppController', App)
.controller('EditorController', Editor) .controller('EditorController', Editor)
.controller('ViewerController', Viewer) .controller('ViewerController', Viewer)
.controller('AnnotationViewerController', AnnotationViewer) .controller('AnnotationViewerController', AnnotationViewer)
.controller('SearchController', Search) .controller('SearchController', Search)
.controller('NotificationController', Notification)
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