Backbone.js Adding Model to Collection Issue
- by jtmgdevelopment
I am building a test application in Backbone.js (my first app using Backbone). The app goes like this:
Load Data from server "Plans"
Build list of plans and show to screen
There is a button to add a new plan
Once new plan is added, add to collection ( do not save to server as of now )
redirect to index page and show the new collection ( includes…