使用 AngularJS 的路由和模板实现单页应用 (Single Page)

目录结构

index.html

 

script.js

 

<!-- home.html --> html

<div class="jumbotron text-center">angularjs

   <h1>Home Page</h1>app

   <p>{{ message }}</p> spa

</div>3d

 

<!-- about.html -->htm

<div class="jumbotron text-center">blog

   <h1>About Page</h1> token

  <p>{{ message }}</p> ip

</div>it

 

<!-- contact.html -->

<div class="jumbotron text-center">

   <h1>Contact Page</h1>

   <p>{{ message }}</p>

</div>

 

原文来自https://scotch.io/tutorials/single-page-apps-with-angularjs-routing-and-templating

相关文章
相关标签/搜索