Home

Awesome

UltiSnip & Snipmate Snippets for AngularJS

This repository contains snippets files for AngularJS including JavaScript, HTML, CoffeeScript and HAML.

Contents

snippets/*: snippets using snipmate format
UltiSnips/*: snippets using UltiSnips format

Installation

UltiSnip

UltiSnip options

For ngdoc snippets in ultisnips, the module name can be overwritten in case you're using a variable or js expression for your module name. Add this to your modeline or set as needed.

let g:angular_module_name='FooBar' "Replace with your module name, of course.

Snipmate

NeoSnippets

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request