Sha256: 437ae0fcdeba891c592bb9a20090aad00075d246d0a0506721e0fb0e839bd636
Contents?: true
Size: 773 Bytes
Versions: 1
Compression:
Stored size: 773 Bytes
Contents
BASTION_MODULES = []; angular.module('Bastion').value('currentLocale', 'Here'); angular.module('Bastion').value('CurrentOrganization', "ACME"); angular.module('Bastion').value('Authorization', {}); angular.module('Bastion').value('entriesPerPage', 20); angular.module('Bastion').value('markActiveMenu', function () {}); angular.module('Bastion').value('foreman', function () {}); angular.module('Bastion').constant('BastionConfig', { consumerCertRPM: "consumer_cert_rpm", markTranslated: false }); angular.module('Bastion.auth').value('CurrentUser', {id: "User"}); angular.module('Bastion.auth').value('Permissions', []); angular.module('templates', []); angular.module('Bastion').config(function ($urlRouterProvider) { $urlRouterProvider.otherwise('/'); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bastion-6.0.0 | test/bastion/test-constants.js |