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

How do you support event on a place selected from the list? #38

Open
sagarwasule opened this issue Mar 1, 2018 · 2 comments
Open

How do you support event on a place selected from the list? #38

sagarwasule opened this issue Mar 1, 2018 · 2 comments

Comments

@sagarwasule
Copy link

No description provided.

@tchesa
Copy link

tchesa commented Sep 28, 2018

I've solved it adding this attribute on vsGoogleAutocomplete directive, on vs-google-autocomplete.js file:

vsUpdate: '&'

and adding this line of code in its controller's updatePlaceComponents method:

if($scope.vsUpdate) $scope.vsUpdate();

@tchesa
Copy link

tchesa commented Oct 3, 2018

I've made some changes. Take a look on my pull request #42

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

2 participants