我正在使用带离子框架的angularjs。
破解演示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>
上面的模板将呈现并显示在
中(离子导航视图相当于ui-view)
但是我得到了空白的结果?我按照这里的教程:http://learn.ionicframework.com/formulas/navigation-and-routing-part-1/