Skip to content

Instantly share code, notes, and snippets.

@Ridwy
Last active December 15, 2015 20:18
Show Gist options
  • Save Ridwy/5317205 to your computer and use it in GitHub Desktop.
Save Ridwy/5317205 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Script-Type" content="text/javascript" charset="utf-8">
<title></title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/knockout/knockout-2.2.1.js"></script>
</head>
<body>
<script type="text/javascript">
function ViewModel() {
var self = this;
};
ko.applyBindings(new ViewModel());
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment