boneskull / angular-tags

Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
MIT License
133 stars 32 forks source link

MinLength #35

Open roots-ai opened 10 years ago

roots-ai commented 10 years ago

Hi What is this minLength attr in here? Is it something related to number of tags one can add?

I tried and got the following error "TypeError: Cannot set property 'length' of undefined" on adding a tag. Also this errors comes even when I am not using this attribute.

boneskull commented 10 years ago

Not sure what version you're using but I wouldn't recommend trying to use anything newer than on the demo site right now. Recently transferred ownership of this project and I need to do some more cleanup and get this working.

minLength refers to the minimum length of a tag.

I'll need more information about your error to help you further on that, however. Need line # and such.