I need a multi-select control in my Angular app. I found found a few that work with Angular, but i like the look and options on a control built for jQuery, http://davidstutz.github.io/bootstrap-multiselect/
What is the simplest way to do something like $('#example-getting-started').multiselect("refresh");
after the data binding is complete on the select
element?