Sfoglia il codice sorgente

Added CSS to see class trapping at work.

Herbert Vojčík 12 anni fa
parent
commit
30ba187c94
2 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 5 0
      demo.css
  2. 1 0
      demo.html

+ 5 - 0
demo.css

@@ -0,0 +1,5 @@
+/*Part of AngularJS To-do example*/
+.done-true {
+    text-decoration: line-through;
+    color: grey;
+}

+ 1 - 0
demo.html

@@ -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">