Why multiple theme approach? #186
Description
Hey guys, I am glad to see a good attempt at creating a select2 and selectize angular component. However I'm confused by the approach to have multiple themes/templates.
Since some of the components functionality is stored in the templates (hide/show etc..) it seems like it would be a better approach to get a consistent template down and then add CSS to style to get the bootstrap/select2/selectize look.
I would guess having multiple templates/themes the way it is currently done would add unnecessary complexity and bloat to the project. This is especially the case with the bower release, where you are forced to send ALL themes to the browser because they're bundled with the code.
Is there a reason that approach was not tried or abandoned?
Anyway, thanks for the valiant efforts so far!