Sha256: df70a927b275652c2a620bf1033dc3553874064bfd0761edd418121a37f0fda7

Contents?: true

Size: 794 Bytes

Versions: 4

Compression:

Stored size: 794 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('PageTitle', 'Bastion Page');
angular.module('Bastion').value('foreman', function () {});
angular.module('Bastion').constant('BastionConfig', {
    consumerCertRPM: "consumer_cert_rpm",
    markTranslated: false,
    relativeUrlRoot: '/'
});
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

4 entries across 4 versions & 1 rubygems

Version Path
bastion-6.1.5 test/bastion/test-constants.js
bastion-6.1.4 test/bastion/test-constants.js
bastion-6.1.3 test/bastion/test-constants.js
bastion-6.1.2 test/bastion/test-constants.js