I am using AngularJS multi select drop down code from the following source: MultiSelectDropDown
I am using the same drop down twice in the same html page. I want to display the default selected drop down name of first multi select drop down as "Projects" and the second as "Environments".
The code in the multiselect.js file is using a directive and scope.header is set to "Select" as default and i want to change the default name "Select" to "Projects" and "Environments" in my html page.
I need your help to update it either using multiselect syntax in html page or from the controller to pass the scope.header value.