Remove ngAnimate for the moment, we're not even using it

It does have a very significant performance impact, in my
measurements, buffer switching is 30% faster without it!
This commit is contained in:
Lorenz Hübschle-Schneider 2014-07-07 18:54:56 +01:00
commit a2cc3558c3
2 changed files with 1 additions and 2 deletions

View file

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