Author: jruchaud Date: 2014-06-20 16:28:27 +0200 (Fri, 20 Jun 2014) New Revision: 718 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/718 Log: Add simple test Modified: funjs/public_html/index.html Modified: funjs/public_html/index.html =================================================================== --- funjs/public_html/index.html 2014-06-20 14:17:05 UTC (rev 717) +++ funjs/public_html/index.html 2014-06-20 14:28:27 UTC (rev 718) @@ -15,7 +15,7 @@ <script id="hello" type="text/html"> <div id="hello"> - <p>Hello World {{from}} to {{to?}}!</p> + <p>Hello World {{from}} to {{to?}} to {{!to?}}!</p> <p>{{test ? value : other}}</p> <ul> <li data-loop="list" data-loop-var="v" data-loop-index="i">{{i}} {{v}}</li> @@ -35,7 +35,6 @@ value : "YES", other : "NO", from : "me", - to : "you", list : ["tutu", "titi", "tata", "toto"] }); },