Skip to content

wboyz/angular-restful-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular-restful-snippets

RESTful AngularJS 1 snippets for Atom based on johnpapa/angular-styleguide.

Install

Atom Package: https://atom.io/packages/angular-restful-snippets.

apm install angular-restful-snippets

Or Settings/Preferences ➔ Install ➔ Search for angular-restful-snippets. You should restart Atom after the Install / Update of the package.

Currently Available Snippets

  • ngrestfulfactory: factory with getModels, getModel, storeModel, updateModel methods and deleteModel.
  • ngfactoryfunction: RESTful factory method block with complete and failed callback functions
  • ngcontrollerfunction: RESTful controller method block with factory call, complete and failed callback functions

A screenshot of your package