The List in this examples is automatically rendered by reading the 'items' array. The example also demonstrates Event binding. Clicking a Header is bound to the 'itemClick' event handler.
-
{{label}}
- First Name: {{details.firstName}}
- Last Name: {{details.lastName}}
- Job Position: {{details.jobPosition}}