From 924efec49c46e09f0c25882ecd4054e4bbf4c30c Mon Sep 17 00:00:00 2001 From: summerscope Date: Mon, 4 May 2015 22:59:48 +1000 Subject: [PATCH] Add animation class to make consistent with Hubs and Producers. Remove class .animate-repeat --- app/views/groups/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}