Hi guys, I'm new to angular. I've just started making my first web app. I'm 
hoping you could help me on something I'm stuck on.

Basically I'm trying to display some data, which is a bunch of objects of 
type #1 and a bunch of objects of type #2. Both types have a 'date' field, 
but other than that all their fields are different. Type #1 has tabular 
data, and type #2 has just some text. On my web page I want to display them 
in chronological order based on their date fields. So, it might look like a 
table, then a text block, then another text block, then another table, etc. 
If it was just one type of objects, I would just sort the array of objects 
and then do ng-repeat over that array. But since it is two different arrays 
of objects, I'm not sure how to do this. Any tips?

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to