I am using Angular.js and CoffeeScript. I have a variable in the controller called Current Page. The Current Page is bound to a text box. How do I trigger a method call in the controller when a user changes the value of Current Page.i.e Let's say the value of the current page is 5. When the user changes it, I want to a call a method in the controller in Angular. How do I do this ??
Thanks in advance !!!