Wscats / angular-tutorial

:rabbit:Some of the angular tutorial - 《Angular学习笔记》
387 stars 125 forks source link

路由 #2

Open Wscats opened 8 years ago

Wscats commented 8 years ago

加载路由依赖,放在angular框架后面

<script type="text/javascript" src="../js/angular.js"></script>
<script type="text/javascript" src="../js/angular-route.js"></script>

$location.path

$routeProvider 两个核心方法when()otherwise()