Created
February 25, 2015 20:39
-
-
Save bwiggs/016a3ad049c23205ecd3 to your computer and use it in GitHub Desktop.
A simple html pre tag that dumps an angular object.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
<pre>{{ ${1:object} | json}}</pre> | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>dump</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<scope>text.html</scope> | |
<description>pre tab to deump an ng object using the json filter</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install with curl: