Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng-change not working when using nl-select #6

Open
Audace opened this issue Jun 22, 2016 · 1 comment
Open

ng-change not working when using nl-select #6

Audace opened this issue Jun 22, 2016 · 1 comment

Comments

@Audace
Copy link

Audace commented Jun 22, 2016

In step.view.html

I want to <nl-select value="vm.proposal.action"
                   ng-model="vm.proposal" ng-change="vm.onUpdate()"
                   options="vm.proposal.actions" none="no"
                   all="any" required></nl-select>

Event is not firing to call vm.onUpdate() (which just logs to console at the moment). Has anyone tried to use ng-change with nl-select?

@jrayga
Copy link

jrayga commented May 20, 2020

Did you fixed this? Also, did you try to use $scope.$watch instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants