Hi Sander,
thank you for your answer.

I'm not sure what I'm supposed to do, I used the code you just send, but no 
changes.
Should I do something else ?

Le mardi 25 février 2014 17:22:18 UTC+1, Sander Elias a écrit :
>
> Hi Paul,
>
> ng-repeat creates new scopes, your click function updates that scope, not 
> the parent scope where you probably expect it.
> the easy solution, make sure there is an dot in your scope vars,
> like:
>
> <div ng-init="seek={}">
> <th ng-repeat="th in [ref.th](http://ref.th/)"><a href="" 
> ng-click="seek.predicate = '{{th}}'; seek.reverse=true">{{th}}</a></th>
>
> 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/groups/opt_out.

Reply via email to