diff --git a/app/index.html b/app/index.html
index 3ed62f3089..a9791f0573 100644
--- a/app/index.html
+++ b/app/index.html
@@ -97,6 +97,7 @@ TODO configure more restrictive Content-Security-Policy
+
diff --git a/app/scripts/_app.js b/app/scripts/_app.js
index 033af9a6b9..e00f65ea14 100644
--- a/app/scripts/_app.js
+++ b/app/scripts/_app.js
@@ -32,8 +32,7 @@
'as.sortable',
'angularMoment',
'hc.marked',
- 'mwl.calendar',
- 'ngOrderObjectBy'
+ 'mwl.calendar'
])
.config(configMdTheme)
.config(configMarked)
diff --git a/bower.json b/bower.json
index 1fb977e8da..e35e778f11 100644
--- a/bower.json
+++ b/bower.json
@@ -33,8 +33,7 @@
"moment-duration-format": "^1.3.0",
"angular-marked": "^1.2.2",
"angular-bootstrap-calendar": "^0.27.5",
- "hamsterjs": "^1.1.2",
- "angular-order-object-by": "^1.3.0"
+ "hamsterjs": "^1.1.2"
},
"devDependencies": {
"angular-mocks": "1.5.8"
diff --git a/karma.conf.js b/karma.conf.js
index bd48303aff..c12ad8d49a 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -34,6 +34,7 @@ module.exports = function(config) {
'app/bower_components/angular-bootstrap-calendar/dist/js/angular-bootstrap-calendar-tpls.js',
'app/bower_components/hamsterjs/hamster.js',
'app/bower_components/angular-order-object-by/src/ng-order-object-by.js',
+ 'app/bower_components/linkifyjs/linkify.js',
'app/bower_components/angular-mocks/angular-mocks.js',
// endbower