@@ -0,0 +1,5 @@
+/*Part of AngularJS To-do example*/
+.done-true {
+ text-decoration: line-through;
+ color: grey;
+}
@@ -2,6 +2,7 @@
<head>
<title data-trap="App #title"></title>
<script src="vendor/amber/js/amber.js"></script>
+ <link rel="stylesheet" href="demo.css" />
</head>
<body>
<script type="text/javascript">