Sha256: 2174203c44814873aafa5c6706dd5982f120d73d355810c87079488774fe13d3

Contents?: true

Size: 670 Bytes

Versions: 8

Compression:

Stored size: 670 Bytes

Contents

/**
 * @ngdoc module
 * @name  Bastion.repositories
 *
 * @description
 *   Module for repository related functionality.
 */
angular.module('Bastion.repositories', [
    'ngResource',
    'ui.router',
    'ngUpload',
    'Bastion',
    'Bastion.i18n',
    'Bastion.utils',
    'Bastion.common',
    'Bastion.components',
    'Bastion.components.formatters',
    'Bastion.packages',
    'Bastion.products',
    'Bastion.docker-manifests'
]);

angular.module('Bastion.repositories').run(['$rootScope', '$state', '$stateParams',
    function ($rootScope, $state, $stateParams) {
        $rootScope.$state = $state;
        $rootScope.$stateParams = $stateParams;
    }
]);

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js