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