This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Simpler ngModel bind... #35
Closed
Description
I want to get/set the values of the select by id (and not by visible text in the options) and i don't want to bind a complex {id:"...", text:"..."} object to ngModel, just and id variable that is mapped to the select underneath. All other selects have this kind of functionality (including select2 and selectize).....