Created
September 2, 2014 14:23
-
-
Save waseem/d6b3a13edc0697a3ee61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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