replace .content with main

This commit is contained in:
Adam Bradley
2013-08-24 21:09:20 -05:00
11 changed files with 130 additions and 114 deletions

View File

@ -20,7 +20,7 @@
<h1 class="title">Customers</h1>
</header>
<main class="content" ng-controller="CustomersCtrl">
<main ng-controller="CustomersCtrl">
<div ng-view class="pane reveal-animation"></div>
</main>
<script src="../../js/framework/framework-list.js"></script>