Predix ui component with angularjs 1.6.5 is not working?

I am trying to use a predix ui component in my project but the events are not working.
I am using $on to trigger those events but no result.

Link: https://www.predix-ui.com/#/elements/datetime/px-calendar-picker

I am not able to use the custom events of the web components

I’m not quite sure what you’re trying to achieve… AFAIK .$on() is used to listen to $scope events, not to trigger events on HTML elements.

Thanks for the reply. I have solved my issue.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.