Skip to content

Instantly share code, notes, and snippets.

@idleworx
Created August 20, 2014 03:39
Show Gist options
  • Save idleworx/2ac5e096dcf11522b493 to your computer and use it in GitHub Desktop.
Save idleworx/2ac5e096dcf11522b493 to your computer and use it in GitHub Desktop.
AngularJS MessageService debug-messages.tpl.html Usage Example 1
<div data-ng-if="messages.debugMessage" class="alert alert-info">
<h3>Debug</h3>
<p>{{messages.debugMessage}}</p>
<pre data-ng-if="messages.debugData"><span data-ng-bind="messages.debugData | json"></span></pre>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment