indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

Wrong parameters' name #7

Closed mbustosp closed 8 years ago

mbustosp commented 8 years ago

Hi there, I was using your selector and I found that some of the parameters displayed on the documentation are wrong (i.e. groupAttr should be group-attr). I don't know how many of them have the same correction.

Have a nice day! BTW: Excellent job!

indrimuska commented 8 years ago

Hi @NorteSur, sorry for the late response. The documentation illustrates every variable in camelCase naming system, but when you use them as html attribute you need to use hyphen-case naming system. Thank you for the nice words :smile: