RESTful AngularJS 1 snippets for Atom based on johnpapa/angular-styleguide.
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.
- 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