Add animation class to make consistent with Hubs and Producers.

Remove class .animate-repeat
This commit is contained in:
summerscope
2015-05-04 22:59:48 +10:00
parent 9082da6d5e
commit 924efec49c

View File

@@ -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}