filter in module ng
directive in module ng
service in module ng
function in module ng
all(promises); Combines multiple promises into a single promise that is resolved when all of the input promises are resolved.
$observe(key, fn); Observes an interpolated attribute. The observer function will be invoked once during the next $digest
Page 21 of 55