@{ViewBag.Title = "TestKnockoutJS";}<script type='text/javascript' src='~/scripts/knockout-3.4.0.js'></script><h2>Test Knockout JS</h2><p>First name: <span data-bind="text: firstname"></span></p><script type='text/javascript' src='~/scripts/knockout-3.4.0.js'>var viewModel = {firstname: ko.observable("Bert")};ko.applyBindings(viewModel);</script>
|
This email has been sent from a virus-free computer protected by Avast. www.avast.com |
--
You received this message because you are subscribed to the Google Groups "KnockoutJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to knockoutjs+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.