-
Notifications
You must be signed in to change notification settings - Fork 167
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
ngAutocomplete resets binded value #56
Comments
did you ever figure this out? I am currently in a similar situation trying to implement the simplest of trials |
I did solve it. input type="text" id="Autocomplete" class="form-control" ng-autocomplete options="options" ng-model="home.city" details="details" style="color: black;" in my controller: I don't remember exactly why. Tell me if it didn't work and i'll dive more deep into it. |
I solved my problem as well.. I simply wanted the address given by google On Sat, May 30, 2015 at 3:18 PM, sternshachar [email protected]
|
I have a city search with ng-autocomplete. When i want to edit my details it resets the city value on the scope to an empty string instead of taking the existing value.
any thoughts?
The text was updated successfully, but these errors were encountered: