NodeJS / AngularJS无法在网页

时间:2017-02-25 09:14:44

标签: javascript angularjs node.js bash ubuntu

我正在通过Ubuntu上的 Bash关注 NodeJS AngularJS (v 1.2.x) app tutorial视窗的。

的问题:

  
      
  1. 记录“我收到了我要求的数据”未在Ubuntu bash shell中显示

  2.   
  3. 网页上未显示的信息

  4.   

结果和代码:

Ubuntu Shell结果:

Ubuntu Shell Result

网页

Result

Controller.js

Controller.js

Server.js

Server.js

Index.js

Index.js

2 个答案:

答案 0 :(得分:1)

tr

中有空格

将其更改为<tr ng-repeat "contact in contactlist">

答案 1 :(得分:1)

Index.html中有一个额外的空格,ng-repeat="contact in contact list"
它应该是ng-repeat="contact in contactlist"