Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Correcting the syntax
Message
 
 
Information générale
Forum:
Javascript
Catégorie:
Autre
Divers
Thread ID:
01610838
Message ID:
01610849
Vues:
29
I corrected the syntax. All seems to be working now.

>Hi everybody,
>
>I'm re-working the User Story I completed previous sprint into tables rather than ng-grid.
>
>I have the following code which is syntactically wrong:
>
>
><a href="javascript:void(0);"><span ng-click="drillDown({{result.invoiceNo}})">{{result.invoiceNo}}</span></a>
>
>I need to correct the part of span ng-click and I am not exactly sure of the correct syntax.
>
>Can you please help?
>
>Thanks in advance.
>
>UPDATE.
>
>I changed the code to use
>
>
><a href="javascript:void(0);"><span ng-click="drillDown(result.invoiceNo)">{{result.invoiceNo}}</span></a>
>
>This didn't complain, I am testing now if that was the correct fix.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform