Skip to content

Commit

Permalink
Merge pull request #24 from madewithlove/fix/default-version
Browse files Browse the repository at this point in the history
Also for madewithlove/elasticsearcher lazily set the default version
  • Loading branch information
Anahkiasen committed May 13, 2015
2 parents 5c7f3f9 + f340869 commit d43d8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/js/Controllers/AppController.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ angular.module('semver').controller('AppController', function ($scope, $http, $l
$scope.package = query.package || 'madewithlove/elasticsearcher';
$scope.previousPackage = $scope.package;
$scope.defaultVersion = '~1.2.3';
$scope.version = query.version || '^0.1.1';
$scope.version = query.version;
$scope.stability = query['minimum-stability'] || 'stable';
$scope.stabilities = ['dev', 'alpha', 'beta', 'RC', 'stable'];

Expand Down

0 comments on commit d43d8e5

Please sign in to comment.