質問編集履歴
1
詳細
title
CHANGED
File without changes
|
body
CHANGED
@@ -69,4 +69,6 @@
|
|
69
69
|
}]);
|
70
70
|
|
71
71
|
```
|
72
|
-

|
72
|
+

|
73
|
+
|
74
|
+
[リンク内容](http://dotinstall.com/lessons/todo_angularjs/8304)この動画の0:31秒あたりもそうですがmyscript.jsの方に$scope.getDoneCount()と間違われていますが、index.htmlにgetDoneCount()とあるようにgetDoneCount()を定義するから()はいるのではないでしょうか?
|