Skip to content

Model and collection bases to make angularJS integration with rails quicker

Notifications You must be signed in to change notification settings

rahul-sekhar/angular-soil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-soil

AngularJS modules with a model and collection base. Tailored specifically to development with Ruby on Rails.

Dependencies

soilCollection

Include the module soil.collection like this:

angular.module('your-module', ['soil.collection'])

The SoilCollection class can then be injected where required:

angular.module('your-module')
  .factory('yourFactory', ['soilCollection', function (soilCollection)
    // ...
])

About

Model and collection bases to make angularJS integration with rails quicker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published