You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 of1096
, it shows{{oneHosp[cle]}}
, why ?Thank you
The text was updated successfully, but these errors were encountered: