3

 <select 
    name="" 
    id="packageId" 
    class="form-control" 
    ng-model="client.selectedPackage" 
    ng-options="package as package.pM_Name for package in packages" 
    ng-change="changePackage(client.selectedPackage)" 
    required>
         <option value="">Select a package</option>
</select>

I want to add glyphicons on every options i tried with class="glyphicons glyphicons-book" but it does not work can any one help me out

thanks in advance..

Partha Sarathi Ghosh
  • 10,936
  • 20
  • 59
  • 84

0 Answers0