Created
October 4, 2014 20:10
-
-
Save danswater/89dd679b5f05614e2cf4 to your computer and use it in GitHub Desktop.
Angular snippets
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
<!-- Place this file inside your 'Packages/User' folder --> | |
<snippet> | |
<content> | |
<![CDATA[9 | |
( function ( angular ) { | |
'use strict'; | |
} )( window.angular ); | |
]]> | |
</content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>ng</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment