Skip to content

Instantly share code, notes, and snippets.

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