forked from etodanik/ion-google-place
-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
Hello,
First, thank you for your plugin, it's very useful and easy to use.
However I have an issue about the component-id. I have a javascript object which contains severals keys and values. I generate the ion-complete widgets into a ng-repeat based on this object, so I have several ion-complete widgets and I wanted to add an parameter to know which is called by the callback method. I setup the component-id like this component-id="{{oneHosp[cle]}}". "cle" is the value from the ng-repeat.
When I check the generated HTML template, I can see component-id="1096". But, in the callback method, the console.log on the component-id, instead of 1096, it shows {{oneHosp[cle]}}, why ?
Thank you