hi guys, i'm new with angular and i have this problem,
i need to use ng-href on one entire table row created with ng-repeat, to be 
more clear i need to do something like that:


<tr ng-repeat="res in result">
    <a ng-href="/somwhere/{{res.id}}>
        <td>{{res.id}}</td>
        <td>{{res.ragioneSociale}}</td>
        <td>{{res.indirizzo}}</td>
        <td>{{res.codiceFiscale}}</td>
        <td>{{res.tipoSocieta}}</td>
        <td>{{res.attivita}}</td>
    </a>
   </tr>


i really need to use the ng-href because part of the url have to change 
dinamically in base at what row will be clicked.
thanks

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