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:
parent
a904add7cc
commit
a2cc3558c3
2 changed files with 1 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue