Skip to content

Instantly share code, notes, and snippets.

@mikermcneil
Last active December 15, 2015 07:49
Show Gist options
  • Select an option

  • Save mikermcneil/5226695 to your computer and use it in GitHub Desktop.

Select an option

Save mikermcneil/5226695 to your computer and use it in GitHub Desktop.
just another declarative pipedream vision of tomorrow
<!DOCTYPE html>
<html>
<head>
<title>Lift.js Example</title>
<script type="text/javascript" src="http://balderdash.co/lift.js"></script>
<!-- For app.js, see: https://gist.github.com/mikermcneil/5226696 -->
<script type="text/javascript" src="./js/app.js"></script>
</head>
<body>
<ul class="todos">
<li class="todo">{{value}}</li>
</ul>
<input class="new-todo" type="text"/>
<a class="submit">Add new Todo</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment