Here is a link to my example in Plunker demonstrating the issue I am facing. Within the ng-repeat
, I am utilizing array(filtrowane)
to store data from filter results. Additionally, I have included an ng-change on the input to display the value of filtrowane.length
in the console. The variable filtrowane is defined in the controller, but after entering input, it displays different values in the console compared to the view. Could you help me understand why?
PS: Make sure to run your web browser console to observe the discrepancy.