Author: echatellier Date: 2015-05-29 08:24:54 +0000 (Fri, 29 May 2015) New Revision: 1564 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1564 Log: Add plan Modified: presangularjs/pres/index.html Modified: presangularjs/pres/index.html =================================================================== --- presangularjs/pres/index.html 2015-05-29 08:13:14 UTC (rev 1563) +++ presangularjs/pres/index.html 2015-05-29 08:24:54 UTC (rev 1564) @@ -16,26 +16,75 @@ <div class="slides"> <section> - <img src="AngularJS-large.png" /> + <img src="img/AngularJS-large.png" /> </section> <section> + <h2>Présentation</h2> + </section> + + <section> + <h2>Binding</h2> + </section> + + <section> + <h2>Module</h2> + </section> + + <section> + <h2>Scope</h2> + </section> + + <section> + <h2>Controleurs</h2> + </section> + + <section> + <h2>Expression</h2> + </section> + + <section> + <h2>Filtre</h2> + </section> + + <section> + <h2>Directives</h2> + </section> + + <section> + <h2>Vues et routage</h2> + </section> + + <section> + <h2>Services</h2> + </section> + + <section> + <h2>Interraction serveur</h2> + </section> + + <section> + <h2>NodeJS</h2> + </section> + + <section> + <h2>Evenement</h2> + </section> + + <section> + <h2>$apply / Dirty checking</h2> + </section> + + <section> <h2>Resources</h2> <ul> - <li><a href="https://angularjs.org/">angularjs.org/</a></li> - <li><a href="https://wikipedia.org">wikipedia.org</a></li> - <li><a href="https://www.weusecoins.com">www.weusecoins.com</a></li> - <li><a href="https://blockchain.info">blockchain.info</a></li> - <li>http://expectedpayoff.com/blog/2013/03/22/bitcoin-and-the-byzantine-generals-problem/</li> - <li><a href="http://wiki.nxtcrypto.org">wiki.nxtcrypto.org</a></li> + <li><a href="https://angularjs.org/">angularjs.org</a></li> + </ul> </section> </div> <!-- Everything below this point is unrelated to the slideshow --> - <div class="footer"> - <img src="img/Bitcoin_logo.png" /> - </div> <div class="license">License <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></div> </div> <script src="js/reveal.js"></script>
participants (1)
-
echatellier@users.nuiton.org