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
refresh()
class Notification
this.inject = ['$scope']
constructor: (
$scope
) ->
angular.module('h.controllers', imports)
.controller('AppController', App)
.controller('EditorController', Editor)
.controller('ViewerController', Viewer)
.controller('AnnotationViewerController', AnnotationViewer)
.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