Sha256: 7ebd17d33b539d446f34d6a45a3a23f21c1514bf9a1e3cbfb5ed01303cfc5367
Contents?: true
Size: 779 Bytes
Versions: 70
Compression:
Stored size: 779 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', 'Bastion.docker-manifest-lists', 'Bastion.files', 'Bastion.generic-content', 'Bastion.debs' ]); angular.module('Bastion.repositories').run(['$rootScope', '$state', '$stateParams', function ($rootScope, $state, $stateParams) { $rootScope.$state = $state; $rootScope.$stateParams = $stateParams; } ]);
Version data entries
70 entries across 70 versions & 1 rubygems