angularjs - JSON stringify $rootScope -


i trying implement rudimentary bug-tracker in web app. prompt user textual description of problem, , want attach json representation of $rootscope (values) send via $http. there clean way grab this? angular.tojson gives me string says $scope.

have seen this? http://www.bennadel.com/blog/2542-logging-client-side-errors-with-angularjs-and-stacktrace-js.htm

when used in conjunction built-in logging (do search $scope.$log) should have need.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -