diff --git a/src/auto-complete.js b/src/auto-complete.js index 3329860e..5811ad98 100644 --- a/src/auto-complete.js +++ b/src/auto-complete.js @@ -16,6 +16,7 @@ * in the source option. * @param {boolean=} [highlightMatchedText=true] Flag indicating that the matched text will be highlighted in the * suggestions list. + * @param {number=} [maxResultsToShow=10] Maximum number of results to be displayed at a time. */ angular.module('tags-input').directive('autoComplete', function($document, $timeout, $sce, configuration) { function SuggestionList(loadFn, options) { @@ -82,7 +83,7 @@ angular.module('tags-input').directive('autoComplete', function($document, $time scope: { source: '&' }, template: '