amitava82 / angular-multiselect

[NOT MAINTAINED]Native AngularJS multiselect directive
http://amitava82.github.io/angular-multiselect
MIT License
140 stars 124 forks source link

Use a dash in directive name? #61

Closed zachlysobey closed 9 years ago

zachlysobey commented 9 years ago

It is considered best practice to have angular directive names contain a dash. (my-directive). This prevents collisions with any potential html elements that may be added to the spec in the future. The W3C has stated that they will not create any html elements or attributes (aside from data-) that contain dashes, so custom elements can use them safely.

Perhaps multi-select like similar plugins use? Or maybe ami-multiselect would be better?

amitava82 commented 9 years ago

Fixed.