I am creating a simple ember app which will retrieve data from Laravel backend server restfully. I can display edit create and delete these records from ember successfully, however when i do any of the crud operation from ember instead of edit, the template doesnt update itself.
Like when i edit the record from ember, ember tempate displays the edited content in realtime, but when i create a new record or delete the one existing, the ember list displays the old record list.
What should i do to make the app update its model data when any changes happen.
Here is my code:
the code in jsbin is non functional .. i just uploaded in jsbin as it is much easier in jsbin than in stackoverflow.. to paste code.. i am using local server to load data.. ihavent uploaded it in real server yet