Skip to content

Instantly share code, notes, and snippets.

@bmakarand2009
Created September 23, 2014 21:07
Show Gist options
  • Save bmakarand2009/e5f57b30d17a54feec02 to your computer and use it in GitHub Desktop.
Save bmakarand2009/e5f57b30d17a54feec02 to your computer and use it in GitHub Desktop.
AngularJS JSON Debugging
/* Angular Controller */
Application.controller('TestCtrl',['$scope','$rootScope'function ($scope,$rootScope) {
$scope.userProfile
}
/* HTML5 Side */
<div ng-controller='TestCtrl'>
<pre {{userProfile | json}}>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment