发表于: 2016-12-24 22:31:48

1 1591


今日完成:

今天上午看了任务7的相关需求,好像要用到https 服务,下午一直在写CSS页面。平安夜快乐!

晚上大家一起在玩狼人杀,就当过节了

var bookStore = angular.module('bookStore',['ngRoute']);
bookStore.config(function ($routeProvider) {
$routeProvider.when('/index',{
templateUrl:'index.html',

   }).when('/list1',{
templateUrl:'angular1.html',

   }).when('/list2',{
templateUrl:'angular2.html',

   }).when('/list3',{
templateUrl:'angular3.html',

   })

});

明日计划:

继续任务7

遇到的问题:

配置ngnix,图片,js ,css,是否只能在一个文件夹里,为什么放到上级文件夹里不行?

今日收获:

更加熟悉angular了



返回列表 返回列表
评论

    分享到