How would I render a dynamic definition list using AngularJS?
Example:
Data:
[ { key: \'a\', value: \'x\' }, { ke
This answer didn't seem to work for me in Angular v1.2.7 so I wanted to post a slight variation that worked well for me:
{{key}} {{value}}