Another AngularJS email-list CRUD management demo
Blogs20142014-03-23
AngularJS email-list CRUD management sample
I wrote a sample demo by using angular-fullstack to demonstrate CRUD (create, retrieve, update, delete), pagination, sorting, search. It is pretty cool. Compare to previous one, this demo includes more rich features - CRUD implementation. The sample demonstrates a complete implementation of CRUD, could easily pickup and extensible to complex project.
-
-
Demo URL: http://dixitruth.com:9000/
To implement locally, first make sure your mongod is running, then:
$ git clone ..;
$ npm install
$ bower install
$ grunt serveThen, visit http://localhost:9000 to see the demo!
It should work fine in various platform: Windows, Windows WebStorm IDE, CentOS, Mac etc.
