app.controller('ModalEditContactCtrl', function ($scope, $uibModalInstance, params) {
    $scope.operation="SETTING.EDIT_CONTACT";
    $scope.contact = params.contact;
    $scope.contacts=params.contacts;