Skip to content
Loading
custom scope variable within ng-repeat using angularjs
  • Thanks for your reply, but we need custom scope variable only there is no field in ng-repeat {{pro.discountvalue}}. we just assign discountvalue in scope variable. How to use in ng-repeat
  • Debasis Saha
    Use this code - 
     
          {{pro.discountvalue}}
     
    Hope this will help you.