All Questions
1 question
0
votes
2
answers
513
views
Angular-Service Array.filter vs basic for loop
I'm modifying an array inside a service, while having bound to the service properties inside a directive. Now I want to remove one item from the array, but I couldn't get Array.filter to work. I am ...