try to add $loading progress bar till your contact load in the list after successfully add hide the progress bar
$scope.closeModal = function() {
show loading progress bar
var insert_query // make your insert _query here
hide progress bar
$scope.modal.hide();
};