teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

誤字

2016/04/24 17:53

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -45,7 +45,7 @@
45
45
  app.controller('myCtrl', ['$scope', '$http', function($scope, $http) {
46
46
  // JSON File
47
47
  $http.get('json/list.json').success(function(data) {
48
- $scope.monsters = data;
48
+ $scope.datas = data;
49
49
  }).error(function(e) {
50
50
  alert('ロードに失敗しました');
51
51
  });