Sha256: 319538f608f90b0f81b8d386ebe68656ea415f600ca8e9df48be7946c2ad36bb
Contents?: true
Size: 517 Bytes
Versions: 40
Compression:
Stored size: 517 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' ]);
Version data entries
40 entries across 40 versions & 1 rubygems