Skip to content

Instantly share code, notes, and snippets.

@levibotelho
Created March 7, 2015 07:29
Show Gist options
  • Save levibotelho/f577053de6d55bd228b6 to your computer and use it in GitHub Desktop.
Save levibotelho/f577053de6d55bd228b6 to your computer and use it in GitHub Desktop.
A scratchpad for testing Knockout scripts
<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
</head>
<body>
<div>
</div>
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.0.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/knockout/knockout-2.2.1.js"></script>
<script>
function ViewModel() {
}
vm = new ViewModel();
ko.applyBindings(vm);
</script>
</body>
</html>
@javeon052011
Copy link

I want this scripty account is name liljaveon2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment