From echatellier@users.nuiton.org Sat Jul 6 17:35:17 2013 From: echatellier@users.nuiton.org To: nuiton-js-commits@list.nuiton.org Subject: [Nuiton-js-commits] r127 - sandbox/nuiton-js-angular/src/site/rst Date: Sat, 06 Jul 2013 17:35:17 +0200 Message-ID: <20130706153517.A1ECB187A4B@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3630412499467987743==" --===============3630412499467987743== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: echatellier Date: 2013-07-06 17:35:17 +0200 (Sat, 06 Jul 2013) New Revision: 127 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/127 Log: Fix doc Modified: sandbox/nuiton-js-angular/src/site/rst/index.rst.vm Modified: sandbox/nuiton-js-angular/src/site/rst/index.rst.vm =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/nuiton-js-angular/src/site/rst/index.rst.vm 2013-07-06 15:23:50 U= TC (rev 126) +++ sandbox/nuiton-js-angular/src/site/rst/index.rst.vm 2013-07-06 15:35:17 U= TC (rev 127) @@ -22,26 +22,26 @@ .. * #L% .. - =20 -Mustache -=3D=3D=3D=3D=3D=3D=3D=3D +Angular +=3D=3D=3D=3D=3D=3D=3D =20 -Mustache_ is a logic-less templating system for HTML, config files, anything. +Angular_ is a logic-less templating system for HTML, config files, anything. =20 - documentation_ -- demo_ +- tutorial_ =20 -.. _Mustache: http://mustache.github.io/ -.. _documentation: http://mustache.github.io/mustache.5.html -.. _demo: http://mustache.github.io/#demo +.. _Angular: http://www.angularjs.org/ +.. _documentation: http://www.angularjs.org/ +.. _tutorial: http://docs.angularjs.org/tutorial =20 -Utilisation -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +Use +=3D=3D=3D =20 Maven part:: =20 org.nuiton.js - nuiton-js-mustache + nuiton-js-angular ${project.version} runtime @@ -50,7 +50,7 @@ =20 <%@ taglib uri=3D"http://java.sun.com/jsp/jstl/core" prefix=3D"c" %> =20 - + =20 Available JS ------------ --===============3630412499467987743==--