Sha256: 892242c38be5bb6e4941f55f675cbd7be3755cb25c4a057fd23bdfdd538d3e68

Contents?: true

Size: 927 Bytes

Versions: 18

Compression:

Stored size: 927 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('deleteHostOnUnregister', false);
angular.module('Bastion').value('markActiveMenu', function () {});
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

18 entries across 18 versions & 1 rubygems

Version Path
bastion-6.1.23 test/bastion/test-constants.js
bastion-6.1.22 test/bastion/test-constants.js
bastion-6.1.21 test/bastion/test-constants.js
bastion-6.1.20 test/bastion/test-constants.js
bastion-6.1.19 test/bastion/test-constants.js
bastion-6.1.18 test/bastion/test-constants.js
bastion-6.1.17 test/bastion/test-constants.js
bastion-6.1.16 test/bastion/test-constants.js
bastion-6.1.15 test/bastion/test-constants.js
bastion-6.1.14 test/bastion/test-constants.js
bastion-6.1.13 test/bastion/test-constants.js
bastion-6.1.12 test/bastion/test-constants.js
bastion-6.1.11 test/bastion/test-constants.js
bastion-6.1.10 test/bastion/test-constants.js
bastion-6.1.9 test/bastion/test-constants.js
bastion-6.1.8 test/bastion/test-constants.js
bastion-6.1.7 test/bastion/test-constants.js
bastion-6.1.6 test/bastion/test-constants.js