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.