From bfa4e9da2d3a706e624b993a5f32f12813e02bbd Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Fri, 11 Oct 2013 19:07:04 +0200 Subject: [PATCH] Include sanitize library to get metadata content to work again --- index.html | 4 ++-- js/websockets.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 6ef6436..21010ce 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ + @@ -106,13 +107,12 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
Hide additional content -
+
Show additional content
-
diff --git a/js/websockets.js b/js/websockets.js index 01f2965..21268ae 100644 --- a/js/websockets.js +++ b/js/websockets.js @@ -1,4 +1,4 @@ -var weechat = angular.module('weechat', ['localStorage', 'weechatModels', 'plugins']); +var weechat = angular.module('weechat', ['localStorage', 'weechatModels', 'plugins', 'ngSanitize']); weechat.filter('toArray', function () { 'use strict';