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