Commit c504bf840061ac8e1d31ba22823ac66e2092b528
1 parent
59df297e
Exists in
master
and in
38 other branches
Remove unused code
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/app/components/noosfero-activities/activities.html
| 1 | 1 | <timeline> |
| 2 | - <timeline-event ng-repeat="activity in activities | orderBy: 'created_at':true" | |
| 3 | - when-visible="animateElementIn" when-not-visible="animateElementOut"> | |
| 2 | + <timeline-event ng-repeat="activity in activities | orderBy: 'created_at':true"> | |
| 4 | 3 | <noosfero-activity activity="activity"></noosfero-activity> |
| 5 | 4 | </timeline-event> |
| 6 | 5 | </timeline> | ... | ... |