Hi, In one of my Angular App, I am dynamically creating multiple Slider Controls ( Range Input) using NG-REPEAT command and assigning each one of them a dynamic id.
Once the screen is populated, I want these individual Slider controls act as datasource / NG-Model and feed value to text fields when we use the slide the control. That means every individual slider control would act as independent data source for separate text fields. So far it works fine. My screen gets populated with multiple sliders , each with separate ID. But the moment I define these sliders as NG-Model by giving a dynamic name, the NG-Repeat stops at the first record. Could I request for some help ? Thanks in advance. Prabhat -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
