MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / isScope

Function isScope

code/songhop/www/lib/angular/angular.js:623–625  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

621
622
623function isScope(obj) {
624 return obj && obj.$evalAsync && obj.$watch;
625}
626
627
628function isFile(obj) {

Callers 4

copyFunction · 0.70
equalsFunction · 0.70
toJsonReplacerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected