You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote some mapping options that allow you to use knockout.mapping and map data to existing classes. Does this idea have any place in this codebase? Here is the code. I imaging it would have to be reworked heavily: https://gist.github.com/jaredswarts55/9811856
It will cascade the json data into child properties as well if they have an extend with a typeMapper on it.
I wrote some mapping options that allow you to use knockout.mapping and map data to existing classes. Does this idea have any place in this codebase? Here is the code. I imaging it would have to be reworked heavily:
https://gist.github.com/jaredswarts55/9811856
It will cascade the json data into child properties as well if they have an extend with a typeMapper on it.
Example:
http://jsfiddle.net/bvg52/5/
The text was updated successfully, but these errors were encountered: