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.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 1743a20a7..b4bd09d3b 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -986,6 +986,14 @@ var $__build_47_app__ = function () {
writable: true
}), $__2;
};
+ app.directive('newsBindHtmlUnsafe', function () {
+ 'use strict';
+ return function (scope, elem, attr) {
+ scope.$watch(attr.newsBindHtmlUnsafe, function () {
+ elem.html(scope.$eval(attr.newsBindHtmlUnsafe));
+ });
+ };
+ });
app.directive('newsReadFile', function () {
'use strict';
return function (scope, elem, attr) {