MCPcopy
hub / github.com/angular-ui/ui-router / isScope

Function isScope

test/angular/1.7/angular.js:820–822  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

818
819
820function isScope(obj) {
821 return obj && obj.$evalAsync && obj.$watch;
822}
823
824
825function isFile(obj) {

Callers 4

copyElementFunction · 0.70
equalsFunction · 0.70
toJsonReplacerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected