In angular, you can write filter expressions like
-
2020-12-24 06:36
You can actually assign new variables to the scope in an angular expression. So the simplest solution would be to do . filteredPhones is now a variable in the current scope - see this plnkr example.