Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

157
Vistas
how to pass index to a script in angularjs

I have the following angular.js code:

<table ng-repeat="item in myCollection">
    <tr>
        <td>
            <span>
                <i uib-popover-template="'myPopoverTemplate'"   <!--I want to pass $index to myPopoverTemplate-->
                popover-trigger="mouseenter" type="button"></i>
                <strong>{{item.Amount}}</strong>
            </span>       
        </td>
    </tr>
</table>

<script type="text/ng-template" id="myPopoverTemplate">
   <p>{{myCollection[...].reference}}</p>  <!--pass index to here-->
</script>

So basically I want to pass index to a script. If I couldn't do it, how can modify the code base to make it work?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can move the template code into the ng-repeat block.

<table ng-repeat="item in myCollection">
    <tr>
        <td>
            <span>
                <i uib-popover-template="'myPopoverTemplate'"   
                popover-trigger="mouseenter" type="button"></i>
                <strong>{{item.Amount}}</strong>
            </span>       
        </td>
    </tr>
    <script type="text/ng-template" id="myPopoverTemplate">
      <p>{{item.reference}}</p> 
    </script>
</table>

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda