forked from Archives/Athou_commafeed
replace css tree with an angular one, fix 100% cpu usage
This commit is contained in:
@@ -121,6 +121,7 @@ module.directive('category', function($compile) {
|
||||
};
|
||||
|
||||
$scope.toggleCategory = function(category) {
|
||||
category.expanded = !category.expanded;
|
||||
SubscriptionService.collapse({
|
||||
id : category.id,
|
||||
collapse : !category.expanded
|
||||
|
||||
Reference in New Issue
Block a user