You can construct your table the "angular" way, eg using the directive ng-repeat on tr tag.
All you need to do is to add the directive datatable with the value ng and dt-rows on your table in order
to make it rendered with DataTables.
| ID | FirstName | LastName |
|---|---|---|
| {{ person.id }} | {{ person.firstName }} | {{ person.lastName }} |