在Angularjs中使用$ stateprovider使用ui-route的空白结果

时间:2014-12-02 11:29:37

标签: javascript angularjs ionic-framework

我正在使用带离子框架的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/

0 个答案:

没有答案