想用纯angular1+angular-ui-router搭个项目,按照以前的套路,不知道为什么跑不起来呀。实在看不出来哪里不对了,脚手架用多了,突然不用了居然不会了,求搭救啊!!!上图!
版本
AngularJS v1.6.4
angular-ui-router v1.0.3
目录结构
index.html
app.js
listCtrl.js
detailCtrl.js
list.html
detail.html
仅有的幸福2017-07-04 13:46:42
angular.module('tempApp',[]) //声明模块
调用这个方法时如果只传递一个参数,就可以用它来引用模块。例如,可以通过以下代码来引用tempApp模块:
angular.module('tempApp')