Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what modification required for using within ng-repeat #141

Open
matt212 opened this issue Sep 14, 2017 · 0 comments
Open

what modification required for using within ng-repeat #141

matt212 opened this issue Sep 14, 2017 · 0 comments

Comments

@matt212
Copy link

matt212 commented Sep 14, 2017

I wanted to use autocomplete within ng repeats for all fields
Since my case scenario is of generated dynamic column filter for my reports. now i wanted to apply autocompleted feature on top of existing dynamically created column filters
My codebase looks likes this

  <div class="col-lg-16" ng-repeat="field in allFields">
                            <div class="col-lg-2">
                                <md-input-container flex>
                                    <label>[{field.position}]</label>
                                  <!--   <input type="text"  ng-model="field.positionval"> -->
                                       <autocomplete ng-model="field.positionval" data="field.positionval" on-type="updateMovies"></autocomplete>
                                    <!-- <input ng-model="field.position" name="field.position" > -->
                                </md-input-container>

any recommendation, suggestion, pointers on how to achieve the objective

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant