|
|
|
@ -63,7 +63,7 @@ define(['jquery', 'underscore', 'text!partials/contactsmanagerbutton.html', 'tex |
|
|
|
$scope.contactsManagerEdit = function() { |
|
|
|
$scope.contactsManagerEdit = function() { |
|
|
|
alertify.dialog.buildCustom({ |
|
|
|
alertify.dialog.buildCustom({ |
|
|
|
'windowClass': windowClass, |
|
|
|
'windowClass': windowClass, |
|
|
|
'header': _('Contacts Manager'), |
|
|
|
'header': _('Edit contact'), |
|
|
|
'bodydom': templateContactsManagerEdit, |
|
|
|
'bodydom': templateContactsManagerEdit, |
|
|
|
'footerdom': null, |
|
|
|
'footerdom': null, |
|
|
|
'controller': modalController |
|
|
|
'controller': modalController |
|
|
|
|