質問編集履歴

1

module定義の誤字脱字を修正しました。。。

2016/10/07 02:21

投稿

nomorin
nomorin

スコア12

test CHANGED
File without changes
test CHANGED
@@ -60,9 +60,7 @@
60
60
 
61
61
  <script>
62
62
 
63
- var app = angular.module('myApp', []);
63
+ var app = angular.module('myApp', ['onsen']);
64
-
65
- app.controller('ctrl', function ($scope) {});
66
64
 
67
65
  </script>
68
66