回答編集履歴

1

変更

2016/03/15 06:27

投稿

root_jp
root_jp

スコア4666

test CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
  ```javascript
6
6
 
7
+ MyApp.controller('Ctrl', function ($scope) {
8
+
7
- $scope.sql = editor.getSession().getValue();
9
+ $scope.sql = editor.getSession().getValue();
10
+
11
+ });
12
+
13
+
8
14
 
9
15
  ```