hi guys,
i am always run into this problem.
i received data from a webserver. i uses can.Model. since promises are observable i used them many times to show the user a loading message. After the promise is resolved the list will be displayed.
i made a example: http://jsbin.com/xofuxegoki/edit?html,js,output
The problem is that after the promise is resolved an input element is displayed as well. the user should add items to the list. but the list is not a list it’s still a promise.
how can i add items to the list that is displayed?
Thanks