Sha256: 180768a3429059b21cdfb42ccde9643ffe32a8b93e247fdff1266a1973273357
Contents?: true
Size: 346 Bytes
Versions: 15
Compression:
Stored size: 346 Bytes
Contents
// Use this to provide settings for the doc browser app.provider('Configuration', function() { this.title = 'API Browser'; this.versionLabel = 'API Version'; this.expandChildren = true; this.$get = function() { return this; }; }).run(function(Configuration, $rootScope) { _.extend($rootScope, _.omit(Configuration, '$get')); });
Version data entries
15 entries across 15 versions & 1 rubygems