Fix FileService not defined

This commit is contained in:
brantje 2016-10-06 17:48:31 +02:00
parent 686acdc394
commit b1b4770943
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -8,7 +8,7 @@
* Service in the passmanApp.
*/
angular.module('passmanApp')
.service('CredentialService', ['$http', 'EncryptService', 'VaultService', function ($http, EncryptService, VaultService) {
.service('CredentialService', ['$http', 'EncryptService', 'VaultService', 'FileService', function ($http, EncryptService, VaultService, FileService) {
var credential = {
'credential_id': null,
'guid': null,