使用 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

相關文章
相關標籤/搜索