Skip to content

Instantly share code, notes, and snippets.

@d1b1
Created July 23, 2014 13:36
Show Gist options
  • Save d1b1/966ef9798db13b7856f5 to your computer and use it in GitHub Desktop.
Save d1b1/966ef9798db13b7856f5 to your computer and use it in GitHub Desktop.
Atom.io Snippets
'.source.js':
'Form Input':
'prefix': 'input'
'body': '
<div class="form-group">\n
<label class="col-md-3 control-label">$1</label>\n
<div class="col-md-6">\n
<input type="text" class="form-control col-xs-3" name="$2" value="{{model.$2}}" placeholder="" >\n
<span class="error help-block hide">Please enter a $1</span>\n
</div>\n
</div>\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment