Sha256: 936fb27efc33cc2b5d5ab547dbadb7b9a764be98d6e56a149003db5d7df27bef
Contents?: true
Size: 473 Bytes
Versions: 81
Compression:
Stored size: 473 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.puppet-modules', 'Bastion.repositories', 'Bastion.content-views', 'Bastion.dates' ]);
Version data entries
81 entries across 81 versions & 1 rubygems