Include sanitize library to get metadata content to work again

This commit is contained in:
Tor Hveem 2013-10-11 19:07:04 +02:00
commit bfa4e9da2d
2 changed files with 3 additions and 3 deletions

View file

@ -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';