Skip to content

Commit 718cf0b

Browse files
committed
doc: remove minLength
1 parent 6b0985e commit 718cf0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
suggestions="$ctrl.suggestions"
1010
key-property="code"
1111
display-property="title"
12-
get-suggestions="$ctrl.updateSuggestions"
13-
min-length="1">
12+
get-suggestions="$ctrl.updateSuggestions">
1413
</input-tags>
1514

1615
## Usage
@@ -39,7 +38,7 @@ angular.module('app').controller('SearchController', searchCtrl);
3938

4039
function searchCtrl() {
4140
const vm = this;
42-
41+
4342
vm.$onInit = () => {
4443
vm.tags = [{
4544
code: 'default',

0 commit comments

Comments
 (0)