• Blogs (9)
    • 📱 236 - 992 - 3846

      📧 jxjwilliam@gmail.com

    • Version: ‍🚀 1.1.0
  • 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.

    1. Codes: https://github.com/williamjxj/angular_emails

    2. Demo URL: http://dixitruth.com:9000/

    To implement locally, first make sure your mongod is running, then:

     $ git clone ..;
     $ npm install
     $ bower install
     $ grunt serve

    Then, visit http://localhost:9000 to see the demo!

    It should work fine in various platform: Windows, Windows WebStorm IDE, CentOS, Mac etc.