質問編集履歴

1

質問内容と関係のない記述を削除

2016/11/04 06:44

投稿

search_search
search_search

スコア187

test CHANGED
File without changes
test CHANGED
@@ -44,11 +44,7 @@
44
44
 
45
45
  <label>名前</label>
46
46
 
47
- <input
48
-
49
- ng-model="selectedObjects.values[0].name"
47
+ <input ng-model="selectedObjects.values[0].name">
50
-
51
- class="form-control">
52
48
 
53
49
  ```
54
50