How to use a script include for ng-change
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 10:59 AM
Hello,
I have a select box in a service portal widget that needs to update the user record when the selection changes. I have a script include that has the function to do this, but how do i get that script include function to run when the user changes what is in the dropdown? I have a ng-change in my html, but i am unsure how to handle this.
In the html, i have:
ng-change="setNewValue()"
and in the client controller. i have:
$scope.setNewValue = function() {
}
Let me know if any more info is needed. thanks
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2020 09:26 AM