Sha256: 9acac203ae10124c28de331235a0ea76b43b408148611344e3066b5095891e60
Contents?: true
Size: 292 Bytes
Versions: 28
Compression:
Stored size: 292 Bytes
Contents
/** * @ngdoc module * @name Bastion.gpg-keys * * @description * Module for GPG key related functionality. */ angular.module('Bastion.gpg-keys', [ 'ngResource', 'ui.router', 'Bastion', 'Bastion.i18n', 'Bastion.common', 'Bastion.components', 'ngUpload' ]);
Version data entries
28 entries across 28 versions & 1 rubygems