Sha256: f0aad9e57ac42c1795fa2470ea8ad83c7013ae54148acb3f4d7db227bfbd532a

Contents?: true

Size: 375 Bytes

Versions: 11

Compression:

Stored size: 375 Bytes

Contents

/**
 * @ngdoc module
 * @name  Bastion.products
 *
 * @description
 *   Module for product related functionality.
 */
angular.module('Bastion.products', [
    'ngResource',
    'ui.router',
    'Bastion',
    'Bastion.components',
    'Bastion.gpg-keys',
    'Bastion.architectures',
    'Bastion.i18n',
    'Bastion.sync-plans',
    'Bastion.tasks',
    'Bastion.utils'
]);

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
katello-3.5.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.6.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.6.0.1.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.6.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.6.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.5.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.5.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.5.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.5.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
katello-3.5.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js