Last active
December 15, 2015 07:49
-
-
Save mikermcneil/5226695 to your computer and use it in GitHub Desktop.
just another declarative pipedream vision of tomorrow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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