Author: echatellier Date: 2015-05-29 10:19:51 +0000 (Fri, 29 May 2015) New Revision: 1566 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1566 Log: Continue pres Added: presangularjs/pres/img/tutorial_00.png Modified: presangularjs/pres/index.html Added: presangularjs/pres/img/tutorial_00.png =================================================================== (Binary files differ) Property changes on: presangularjs/pres/img/tutorial_00.png ___________________________________________________________________ Added: svn:mime-type + image/png Modified: presangularjs/pres/index.html =================================================================== --- presangularjs/pres/index.html 2015-05-29 10:00:49 UTC (rev 1565) +++ presangularjs/pres/index.html 2015-05-29 10:19:51 UTC (rev 1566) @@ -156,6 +156,14 @@ <section> <h2>Module</h2> + + <ul> + <li><tt><html ng-app></tt> = application ~ module</li> + <li>root scope</li> + <li>Expression</li> + </ul> + + <p><img src="img/tutorial_00.png" /></p> </section> <section> @@ -212,7 +220,7 @@ <h2>Resources</h2> <ul> <li><a href="https://angularjs.org/">angularjs.org</a></li> - + <li><a href="https://docs.angularjs.org/tutorial/">docs.angularjs.org/tutorial/</a></li> </ul> </section> </div>