I am creating a web app in which i am updating my records with dropdownlist
i am fetching the records with angularjs controller
but unfortunately one blank line is being added in my dropdownlist at the begining of my dropdownlist
<select ng-model="mdupm" ng-options="o.empname as o.empname for o in getpm" class="form-control"></select>
this is how my dropdownlist look like
what i need to do here, to remove an blank line