Umbraco UI Library uui input ng-change does not work
I am using the Umbraco UI Library, specifically the uui Input with AngularJs.
I want to catch a change in the input using ng-change but the function does not seem to execute. I'm not sure how to implement an onchange event as the documentation isn't very clear.
Umbraco UI Library uui input ng-change does not work
I am using the Umbraco UI Library, specifically the uui Input with AngularJs.
I want to catch a change in the input using ng-change but the function does not seem to execute. I'm not sure how to implement an onchange event as the documentation isn't very clear.
Can anyone help or provide examples?
thanks.
Hi Angel,
I had similar issues with events and the new UUI library. A member of the Umbraco HQ team kindly created the following example:
https://stackblitz.com/edit/web-platform-k8qf2c?file=script.js,index.html
You can see on the pagination model a binding for on change events.
Thanks
Nik
is working on a reply...