Home Angular-Revive Angular-GroupSort

Universal Select

Create awesome imaginative select directives

The Universal Angular Select is not a directive into itself, but a composition of the Revive and Group and Sort directives with a representional directive of your choice. The composition of the two directives provides you with a powerfull Select directive.

Below are three different Combobxes implementations, all were created using the Universal Angular Select. The two on the right are conventional comboboxes, while the one on the left is an example of non-conventional select that can be easily created by combining the Revive and Group and Sort directives into a Universal Angular Select

My favorite Baseball team:
Favorite American league team:
Favorite National league team:

The Universal Angular Select is not a directive into itself, but a composition of the Revive and Group and Sort directives with a representional directive with your choice. The composition of the two directives provides you with a powerfull Select directive.

Advantages of using the Universal Angular Select

  • You are no longer bound by the representational constraint of the standard Select directive.
  • Your awesome imaginative select directive need only care about representation logic.
  • ngModel bound - with no additional development!
  • Customised grouping and sorting.
  • Enhanched selectable logic:
    • Set maximal number of selctions.
    • Enable / disable items.
    • Reset state of Select and underline directives.