Skip to content

Instantly share code, notes, and snippets.

View bringking's full-sized avatar
🚀
Cool Stuff

Charles King bringking

🚀
Cool Stuff
View GitHub Profile
@bringking
bringking / jsbin.bajeyosu.html
Last active August 29, 2015 13:57 — forked from anonymous/jsbin.bajeyosu.html
Lazy Model implementation in Knockout (inspired by ngModel)
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Lazy Model" />
<script src="http://knockoutjs.com/downloads/knockout-3.0.0.js"></script>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
<link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap.js"></script>