質問編集履歴

1

脱字

2017/04/09 10:37

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,10 @@
44
44
 
45
45
  ```javascript
46
46
 
47
+ var app = angular.module('myApp', ['onsen']);
48
+
49
+
50
+
47
51
  app.controller('MainController', ['$scope' ,function($scope){
48
52
 
49
53
  });