[AngularJS] Re: $scope does not change on element click

2015-03-20 Thread Nico Nagel
Thanks for your answer and fiddle! Yes, I'm new to angular but I really want to learn it the right way. I will read through the styleguide and try again. Regards, Nico Am Freitag, 20. März 2015 13:48:31 UTC+1 schrieb Sander Elias: Hi Nico, There where a couple of problems. I solved most of

[AngularJS] $scope does not change on element click

2015-03-20 Thread Nico Nagel
Hi! In my code I would like to filter my variable $scope.products and change the score value. I do this on touchstart/click because it's a slider which should filter the results. Unfortunately it's not working and I can't figure out why :( Here is a fiddle: