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

Function isScope

test/angular/1.3/angular.js:634–636  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

632
633
634function isScope(obj) {
635 return obj && obj.$evalAsync && obj.$watch;
636}
637
638
639function isFile(obj) {

Callers 4

copyFunction · 0.70
equalsFunction · 0.70
toJsonReplacerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected