diff --git a/app/views/groups/index.html.haml b/app/views/groups/index.html.haml index 6af2f0bcdf..ff843d8938 100644 --- a/app/views/groups/index.html.haml +++ b/app/views/groups/index.html.haml @@ -14,7 +14,7 @@ "ng-debounce" => "150", "ofn-disable-enter" => true} - .group.animate-show{"ng-repeat" => "group in groups = (Groups.groups | groups:query | orderBy:order)", + .group.animate-repeat{"ng-repeat" => "group in groups = (Groups.groups | groups:query | orderBy:order)", name: "group{{group.id}}", id: "group{{group.id}}"} .row.pad-top{bindonce: true}