First off, I love Xexon. I would like to use xe-widget xe-counter, however the user has the ability to request new data from a db. I would like to reload the widget with the new data. Is this possible? I tried data-to="{{shippingUnits}}" however that does not seem to work. I love this widget and would really like to use it.
First off, I love Xexon. I would like to use xe-widget xe-counter, however the user has the ability to request new data from a db. I would like to reload the widget with the new data. Is this possible? I tried data-to="{{shippingUnits}}" however that does not seem to work. I love this widget and would really like to use it.
Thank you.
Hi Khaleel,
Thanks for your kind words first!
Yes this issue has been solved by a customer of us. So here is what he did:
in directives.js he edited:
directive('xeCounter', function () {...
And modified with this code:
And the HTML:
This should work also for you.