Skip to content

Instantly share code, notes, and snippets.

@jackysee
Created January 29, 2014 01:55
Show Gist options
  • Save jackysee/8680373 to your computer and use it in GitHub Desktop.
Save jackysee/8680373 to your computer and use it in GitHub Desktop.
AngularBeforeEachInject.sublime-snippet
<snippet>
<content><![CDATA[beforeEach(inject(function(${1}){
${2}
});]]></content>
<tabTrigger>bfi</tabTrigger>
<scope>source.js</scope>
<description>beforeEach(inject)</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment