coderenaissance / knockout.viewmodel

The knockout viewmodel plugin is the fastest, smallest, cleanest, most flexible way to create a knockout viewmodel.
http://coderenaissance.github.com/knockout.viewmodel
105 stars 27 forks source link

Unit test questions #26

Closed coderenaissance closed 11 years ago

coderenaissance commented 11 years ago

Is there a unit test that checks on appending and updating null and undefined? Is it possible to effectively append something and not have it updated?

coderenaissance commented 11 years ago

currently appendeds don't update though i'd intended that they should... perhaps is for best an updatable appended would just be a custom that wraps whatever value in an observable. Will be decided as part of issue #27.