mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
replace .content with main
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user