$ state在Angularjs中返回空白结果

时间:2014-12-03 12:11:45

标签: javascript angularjs ionic-framework

我按照这里的教程: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>

0 个答案:

没有答案