I am trying to create a select menu without using Bootstrap. If I had Bootstrap, I would have used `btn-groups` to achieve this.
Is there a way to create this select menu using only pure CSS? The challenge is that I am using angular.js on the front end, and I need to close the select menu when any click outside of it occurs, not just when an item inside the menu is clicked.
Is there a clean way to do this without relying on jQuery code? Can I accomplish this with pure Angular?