質問編集履歴

1

変数の値が間違っていたので修正

2015/10/12 10:58

投稿

hiro_87g
hiro_87g

スコア28

test CHANGED
File without changes
test CHANGED
@@ -110,7 +110,7 @@
110
110
 
111
111
  controller:function() {
112
112
 
113
- if($cookies.get('toDo') === void 0){
113
+ if($cookies.get('hoge') === void 0){
114
114
 
115
115
  var ctr = "A_Controller";
116
116