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 #10

Open
rmpt opened this issue Jul 18, 2017 · 6 comments
Open

ng-change #10

rmpt opened this issue Jul 18, 2017 · 6 comments

Comments

@rmpt
Copy link

rmpt commented Jul 18, 2017

ng-change not working. It would be nice to listen to onchange event so we know on our scope that something has changed.

@tmescic
Copy link

tmescic commented Apr 2, 2018

+1

@bayucandra
Copy link

@cmckni3 Just check your link, seems it is for Angular not for AngularJS.

@cmckni3
Copy link

cmckni3 commented Feb 2, 2019

Yeah @bayucandra I posted on the wrong project.

I thought I was under the Angular project

@cmckni3
Copy link

cmckni3 commented Feb 2, 2019

Anyways. Still seems as though both projects by @Alberplz are unmaintained.

@bayucandra
Copy link

Yes, that is right. Personally, I feel this project to good to be left. Even I know AngularJS will end the cycle soon :).

@CharlyPoppins
Copy link

CharlyPoppins commented Apr 25, 2023

Hi, still using it on a legacy project.

My way to detect if the color has changed :

this.$scope.$on('color-changed', () => {
    console.log('color-changed', this.colorModel)
})```

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

5 participants