Open Wscats opened 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()
when()
otherwise()
加载路由依赖,放在angular框架后面
$location.path
$routeProvider 两个核心方法
when()
和otherwise()