Adding UI elements
This commit is contained in:
@ -183,5 +183,9 @@ angular.module('lemur')
|
||||
return certificate.put();
|
||||
};
|
||||
|
||||
CertificateService.export = function (certificate) {
|
||||
return certificate.customPOST(certificate.exportOptions, 'export');
|
||||
};
|
||||
|
||||
return CertificateService;
|
||||
});
|
||||
|
Reference in New Issue
Block a user