isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

Never use !important in library css #447

Closed kylealwyn closed 8 years ago

kylealwyn commented 8 years ago

You set the min-height of the button with an important flag. bad practice. solid directive though.

isteven commented 8 years ago

Hey @kyleicebreaker,

Yeah I pretty much agree. At that time, it was a compromise between my lousy CSS knowledge + deadline of the project which require that directive.