On Github capouch / oscon-slides
Craig Austgen, Brian Capouch, Nathan Samano
Saint Joseph's College
<!-- Let's get started --> <script> // Calling the toplevel initModule starts up the SPA $(function () { spa.initModule( $('#spa') ); }); </script> </head> <body> <main id="spa"></main> </body> </html>
Our example app uses clearly marked regions as containers for specific functions