Sha256: 6a28547c871a09b72180c9671bd847f39903c8bdaa4dd6994fb471422825ebcc
Contents?: true
Size: 412 Bytes
Versions: 73
Compression:
Stored size: 412 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.repositories', 'Bastion.content-views', 'Bastion.dates' ]);
Version data entries
73 entries across 73 versions & 1 rubygems