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