Hi all,

I have a problem. I have a table which can have different number of 
columns, so i did a ng-repeat for th :

<th ng-repeat="th in ref.th"><a href="" ng-click="predicate = '{{th}}'; 
reverse=true">{{th}}</a></th>

and after i have this :
  <tr data-ng-repeat="tr in pagedRef | orderBy:predicate:reverse" 
ng-if="value == 'getFamille'">

but it doesn't work... but if i do, for TH :

<th><a href="" ng-click="predicate = 'intitule'; 
reverse=true">intitule</a></th> (no ng-repeat), it works.

(Same problem with filters by the way)

What is the problem ??? ng-repeat seems to make every ng-instructions after 
it fail...

Thank you for your answer ;)

-- 
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