Well, you have to implement your own change handler. If you have to support oldIE (as I'm reading from your previous posts) you can do it like this: http://jsfiddle.net/0hL4ucxf/7/ However, this will not work in chrome. Hurrah for cross-browser issues. In chrome you need the muttionobserver from your stackoverflow answer.
PS, id you are new to angular and just learning, you should drop jQuery for the learning period. This will help you understand Angular a lot better. Also you should really read trough John Papa's styleguide. <https://github.com/johnpapa/angular-styleguide> Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
