Skip to content

Instantly share code, notes, and snippets.

@waseem
Created September 2, 2014 14:23
Show Gist options
  • Save waseem/d6b3a13edc0697a3ee61 to your computer and use it in GitHub Desktop.
Save waseem/d6b3a13edc0697a3ee61 to your computer and use it in GitHub Desktop.
console.log($scope.accessRef.constructor.toString()); // => function Object() { [native code] }
console.log(Object.prototype.toString($scope.accessRef)); // => [object Object]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment