Include sanitize library to get metadata content to work again
This commit is contained in:
parent
9a1bcf0cc0
commit
bfa4e9da2d
2 changed files with 3 additions and 3 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue