我按照这里的教程:http://learn.ionicframework.com/formulas/navigation-and-routing-part-1/ 但得到了空白的结果。我不知道它为什么不呈现。
破解演示http://codepen.io/anon/pen/azvLRa
<script type="text/ng-template" id="home.html">
<ion-view name="home">
<ion-content>
<h2>Home Page</h2>
<p>Here is the main route for the app.</p>
</ion-content>
</ion-view>
</script>