diff --git a/index.html b/index.html index c0633b0..bb9e2a7 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,6 @@ - diff --git a/js/glowingbear.js b/js/glowingbear.js index 3bba9b2..e3f590e 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -1,4 +1,4 @@ -var weechat = angular.module('weechat', ['ngRoute', 'localStorage', 'weechatModels', 'plugins', 'ngSanitize', 'ngWebsockets', 'pasvaz.bindonce', 'ngTouch', 'ngAnimate']); +var weechat = angular.module('weechat', ['ngRoute', 'localStorage', 'weechatModels', 'plugins', 'ngSanitize', 'ngWebsockets', 'pasvaz.bindonce', 'ngTouch']); weechat.filter('toArray', function () { 'use strict';