Sha256: 6fdf590c36fe767b103d174031cf7510f14f1bc52b6cfb539daa771b29fa5f2d
Contents?: true
Size: 443 Bytes
Versions: 19
Compression:
Stored size: 443 Bytes
Contents
/** * @ngdoc module * @name Bastion.environments * * @description * Module for environments related functionality. */ angular.module('Bastion.environments', [ 'ngResource', 'ui.router', 'Bastion', 'Bastion.i18n', 'Bastion.utils', 'Bastion.components', 'Bastion.errata', 'Bastion.packages', 'Bastion.ostree-branches', 'Bastion.repositories', 'Bastion.content-views', 'Bastion.dates' ]);
Version data entries
19 entries across 19 versions & 1 rubygems