Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i didnt get an option my code is

    • Item

  • <select required="required" name="product" class="form-control"
    ng-model="trade.product"
    ng-options="product.id as product.displayName for product in products|filter:productFilterExpression"
    >


    <option value="">Select Product</option>
    </select>


  • What I have tried:


      • Item

  • <select required="required" name="product" class="form-control"
    ng-model="trade.product"
    ng-options="product.id as product.displayName for product in products|filter:productFilterExpression"
    >


    <option value="">Select Product</option>
    </select>


  • Posted
    Comments
    Konstantin A. Magg 28-Feb-16 7:17am    
    What exactly is your question?
    P.S. formatting and interpunctuation help a lot ;)

    1 solution

     
    Share this answer
     

    This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



    CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900