Sha256: 5bfa6fed82246fb9150f804f1e0c0e26797058b9e2fa2bae7c9576a82288a7ee
Contents?: true
Size: 659 Bytes
Versions: 14
Compression:
Stored size: 659 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('markActiveMenu', 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
14 entries across 14 versions & 1 rubygems