summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 59b433c80..95e376798 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -1046,6 +1046,12 @@ var $__build_47_app__ = function () {
};
}
]);
+ app.directive('newsTooltip', function () {
+ 'use strict';
+ return function (scope, elem) {
+ elem.tooltip();
+ };
+ });
}(window, document, angular, jQuery, OC, oc_requesttoken));
return {};
}(); \ No newline at end of file