Skip to content

Instantly share code, notes, and snippets.

@ceoaliongroo
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceoaliongroo/ff06c96bc2579ae0c408 to your computer and use it in GitHub Desktop.
Save ceoaliongroo/ff06c96bc2579ae0c408 to your computer and use it in GitHub Desktop.
angular debug webcomponent
<!-- Debug -->
<style>
pre.debug {
font-size: 11px;
position: fixed;
top: 130px;
left: 40px;
overflow-y: scroll;
direction: ltr;
max-height: 80%;
background-color: indigo;
color: white;
};
/* Change your colors with http://www.colors.commutercreative.com/ */
</style>
<pre class="debug">
ctrlChart.state: {{ctrlChart.state}}
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment