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

Version Path
bastion-5.0.0 test/bastion/test-constants.js
bastion-4.3.1 test/bastion/test-constants.js
bastion-4.3.0 test/bastion/test-constants.js
bastion-4.2.2 test/bastion/test-constants.js
bastion-4.2.1 test/bastion/test-constants.js
bastion-4.2.0 test/bastion/test-constants.js
bastion-4.1.0 test/bastion/test-constants.js
bastion-4.0.0 test/bastion/test-constants.js
bastion-3.4.4 test/bastion/test-constants.js
bastion-3.4.3 test/bastion/test-constants.js
bastion-3.4.2 test/bastion/test-constants.js
bastion-3.4.1 test/bastion/test-constants.js
bastion-3.4.0 test/bastion/test-constants.js
bastion-3.3.6 test/bastion/test-constants.js