My app.js look like
var app = angular.module('plunker', []);
app.controller('MainCtrl', function($scope) {
$scope.eventmetrics = [
{
_id: '57d439cf666a8d1080003e90',
firstName: [ 'name', 'text' ],
lastName: [ 'last', 'text' ],
taginvitations: ['first,second,third', 'text'],
userId: 1,
tagcontact: ['file,second,third,fourth', 'text']
}
]
});
i want print array of tag1 and tag2 in list example
invitations
- first
- second
- thrid
contact
- first
- second
- thrid
- fourth