Sha256: ba36fcf711c8593455b430eca0f4e43ffd166b2d130d65c1f26ca1833c94fd6a

Contents?: true

Size: 713 Bytes

Versions: 12

Compression:

Stored size: 713 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').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

12 entries across 12 versions & 1 rubygems

Version Path
bastion-5.1.1 test/bastion/test-constants.js
bastion-5.1.0 test/bastion/test-constants.js
bastion-5.0.10 test/bastion/test-constants.js
bastion-5.0.9 test/bastion/test-constants.js
bastion-5.0.8 test/bastion/test-constants.js
bastion-5.0.7 test/bastion/test-constants.js
bastion-5.0.6 test/bastion/test-constants.js
bastion-5.0.5 test/bastion/test-constants.js
bastion-5.0.4 test/bastion/test-constants.js
bastion-5.0.3 test/bastion/test-constants.js
bastion-5.0.2 test/bastion/test-constants.js
bastion-5.0.1 test/bastion/test-constants.js