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
Post a Comment