I am using angularJS and have a javascript array of objects, each object has
Count
ID
Subject
I would like to use this array to populate a with these values:
<dl>
<dt>Count</dt>
<dd>Subject</dd>
<!--all objects should appear as above-->
</dl>
Is there a way to do this?