9/11 Display DISLIKES

i put this code to my index.html

- {{ products.dislikes }}

it did display the dislikes (just like the likes)

however i can’t pass the because this error (Did you display the product’s dislikes?) keeps on popping. help. thanks

Same here, and my code works in the localhost window it does work yet i can’t pass due to exactly the same error :confused:

{{ product.likes }}

Because lines 22


ng-repeat = “product in products

it’s not working too,the error is still there…:confused: