Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save paggiogriot/aa0c0b6131579989cbf3894bc2f820a5 to your computer and use it in GitHub Desktop.

Select an option

Save paggiogriot/aa0c0b6131579989cbf3894bc2f820a5 to your computer and use it in GitHub Desktop.
<script src="~/Scripts/knockout.mapping-latest.js"></script>
<script type="text/javascript">
$(function() {
var viewModel = ko.mapping.fromJS(@Html.Raw(Model.ToJson()));
ko.applyBindings(viewModel);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment