I want to do the following:
I want to build a select menu but I have no Bootstrap, if I had, I would have done so with btn-groups
and such.
I need to do so using pure css if possible, but I have a slight problem.
Im using angular.js in my front end, and if a select menu is open, I want to close it not only when click on an item inside it, but with any click on the screen (not whithin the window of the items and such),
How can I do this without any ugly jquery code? pure angular?