SyntaxFix
Write A Post
Hire A Developer
Questions
As far as I know, Angular doesn't provide such a function. You may want to use underscore's find() function for this (it's basically a forEach which breaks out of the loop once the function returns true).
find()
http://underscorejs.org/#find