MCPcopy Index your code
hub / github.com/angular-ui/ui-router / isScope

Function isScope

test/angular/1.2/angular.js:647–649  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

645
646
647function isScope(obj) {
648 return obj && obj.$evalAsync && obj.$watch;
649}
650
651
652function isFile(obj) {

Callers 3

copyFunction · 0.70
equalsFunction · 0.70
toJsonReplacerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected