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