Sha256: 890222f06a39d1f6a989c8df6ba989b1426a2ccb55ae369042df517bda900599

Contents?: true

Size: 627 Bytes

Versions: 15

Compression:

Stored size: 627 Bytes

Contents

angular.module('Bastion').value('currentLocale', 'Here');
angular.module('Bastion').value('CurrentOrganization', "ACME");
angular.module('Bastion').value('CurrentUser', {id: "User"});
angular.module('Bastion').value('Permissions', []);
angular.module('Bastion').value('Authorization', {});
angular.module('Bastion').value('markActiveMenu', function () {});
angular.module('Bastion').constant('BastionConfig', {
    consumerCertRPM: "consumer_cert_rpm",
    markTranslated: false
});

angular.module('templates', []);

angular.module('Bastion').config(function ($urlRouterProvider) {
    $urlRouterProvider.otherwise('/');
});

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bastion-3.3.1 test/bastion/test-constants.js
bastion-3.3.0 test/bastion/test-constants.js
bastion-3.2.2 test/bastion/test-constants.js
bastion-3.2.1 test/bastion/test-constants.js
bastion-3.2.0 test/bastion/test-constants.js
bastion-3.1.0 test/bastion/test-constants.js
bastion-3.0.1 test/bastion/test-constants.js
bastion-3.0.0 test/bastion/test-constants.js
bastion-2.1.0 test/bastion/test-constants.js
bastion-2.0.4 test/bastion/test-constants.js
bastion-2.0.3 test/bastion/test-constants.js
bastion-2.0.2 test/bastion/test-constants.js
bastion-2.0.1 test/bastion/test-constants.js
bastion-2.0.0 test/bastion/test-constants.js
bastion-1.0.2 test/bastion/test-constants.js