/Atom_Snippets

Snippets created to be used with the Atom code editor. By Stephen Brinkworth

Atom-Snippets

  1. Click "Atom"(mac)/"File"(Win) in the menu bar
  2. Click "Snippets" in the drop down
  3. Copy and paste contents of 'mySnippets.cson' into atom's 'snippets.cson'

####Aditional Info: If you notice on the angular functions (ctrl, serv, dir) the angular module looks like this

${2:angular.module("${1:app}")}...

What this does is makes it easier for you to decide what kind of layout you want to use when writing your functions. After you define the app name (which you can tab right through), it will heighlight that whole area of text, allowing you to leave it, remove it, or replace it. enjoy!