Sha256: e9cdcda359a1bfed030ecc1ef8405a79c94f64bb375387c03d860ad45f6621a2
Contents?: true
Size: 637 Bytes
Versions: 4
Compression:
Stored size: 637 Bytes
Contents
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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bastion-3.3.5 | test/bastion/test-constants.js |
bastion-3.3.4 | test/bastion/test-constants.js |
bastion-3.3.3 | test/bastion/test-constants.js |
bastion-3.3.2 | test/bastion/test-constants.js |