Sha256: f575540b3c9206016875b5cc87bbc6e147ec3b13ddef572513a6c3d069b9e569
Contents?: true
Size: 538 Bytes
Versions: 171
Compression:
Stored size: 538 Bytes
Contents
/** * @ngdoc module * @name Bastion.content-hosts * * @description * Module for content hosts related functionality. */ angular.module('Bastion.content-hosts', [ 'ngResource', 'ui.router', 'Bastion', 'Bastion.i18n', 'Bastion.common', 'Bastion.components', 'Bastion.components.formatters', 'Bastion.organizations', 'Bastion.subscriptions', 'Bastion.capsules', 'Bastion.hosts', 'Bastion.errata', 'Bastion.host-collections', 'Bastion.repository-sets', 'Bastion.dates' ]);
Version data entries
171 entries across 171 versions & 1 rubygems