Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 906 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 906 Bytes

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