Skip to content

lastmjs/base-jumpers-anonymous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-jumpers-anonymous

This is a sample project showing a simple pattern for client-side storage in AngularJS. All interactions with the database are abstracted through model objects, implemented as services in AngularJS. Those model services can then be injected as dependencies wherever database access is needed. Keeping interactions with the database encapsulated inside of model services allows easy swapping of databases. Only the model services' code needs to be changed, controllers and other code remain unchanged.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published