What I am trying is to expand the button when button is clicked..At the same time when u want to delete the textbox I am unable identify the process.The first appending of text boxes had been done in the below fiddle.can anyone solve for delete operation
http://plnkr.co/edit/pI9BSWVLYxiSK2bbKuJW?p=preview
to add text boxes
//
$scope.addContact = function() {
$scope.contacts.push({
})
}