Skip to content

Instantly share code, notes, and snippets.

@selfdeceited
Created June 5, 2015 15:45
Show Gist options
  • Save selfdeceited/e522d5b66b6500e76413 to your computer and use it in GitHub Desktop.
Save selfdeceited/e522d5b66b6500e76413 to your computer and use it in GitHub Desktop.
useful angular hack
<pre ng-init="showPre=true" ng-show="showPre">{{ debugData | json}}</pre>
<a href ng-click = "showPre = !showPre">{{showPre? 'Hide' : 'Show'}} debug data</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment