-
Notifications
You must be signed in to change notification settings - Fork 10
MVC Style Application
Kris Erickson edited this page Jan 21, 2014
·
1 revision
<div id="home">
<div class="topcoat-navigation-bar"> <!-- Navigation bar -->
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Topcoat Touch</h1>
</div>
</div>
<div class="content scrollable"> <!-- containers with the class scrollable are automatically hooked into iscroll -->
...Content goes here
</div>
</div>
(function() {
// Create the topcoatTouch object
var tt = new TopcoatTouch();
tt.createController('home');
});