Loading templates/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ <label class="control-label" for="top">Number of results</label> <div class="controls"> <input type="text" class="input-xlarge" id="top" name="top" placeholder="-1" value="-1" ng-model="query.top"> placeholder="10" value="10" ng-model="query.top"> <span class="help-inline">display only the top results (-1 for all)</span> </div> </div> Loading Loading
templates/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ <label class="control-label" for="top">Number of results</label> <div class="controls"> <input type="text" class="input-xlarge" id="top" name="top" placeholder="-1" value="-1" ng-model="query.top"> placeholder="10" value="10" ng-model="query.top"> <span class="help-inline">display only the top results (-1 for all)</span> </div> </div> Loading