8000 GitHub - Jin2030315/ngSignIt: Sample AngularJS CRUD app with an HTML5 signature pad
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jin2030315/ngSignIt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS SignIt!

This is a sample CRUD appliction created with the AngularJS framework. It is very simple - a user picks a 'petition' from a select box, and fills out the three form fields. After drawing a signature on the canvas, clicking Save will add the form data to the Signatories list.

Try the Parse version here: http://ericterpstra.com/apps/ngSignIt/#/parse

StackMob Version: http://dev.ngsignit.bourbonbasement.stackmobapp.com/dist/#/

Backbone version (no persistence): http://ericterpstra.com/apps/ngSignIt/

Parse.com and StackMob

There are two different back-end database providers used in this app. By default, the app uses neither service, but rather a simple backbone.js model to temporarily store data. Once the browser is refreshed, the data is gone.

By adding parse to the end of the URL, the application will then use Parse.com to save and retrieve signatures. My own API keys are hard coded in the app, but you can get your own API keys for free at http://www.parse.com

In order to use StackMob as a back-end provider, the application must be hosted on StackMob's servers. A StackMob account is also free (www.stackmob.com). You can try this version by forking this project, changing the StackMob init values, and deploying in your own StackMob account.

##Yeoman This application was created with Yeoman (yeoman.io) and the angular template.
If you have Yeoman installed, you can clone this entire project and run Yeoman build to kick off the build process. Files are put into the dist folder, which can then be deployed to your server.

About

Sample AngularJS CRUD app with an HTML5 signature pad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0