質問編集履歴

1

コード追加

2017/02/03 13:54

投稿

atemu
atemu

スコア94

test CHANGED
File without changes
test CHANGED
@@ -11,3 +11,43 @@
11
11
  どのように治せますでしょうか。
12
12
 
13
13
  お願いします!!
14
+
15
+
16
+
17
+
18
+
19
+ ちなみに、コードはこんな感じです
20
+
21
+ ```html
22
+
23
+ <ons-list-item modifier="chevron" class="item" ng-repeat="collection in collections" ng-click="selectCollection(collection.id)">
24
+
25
+ <ons-row>
26
+
27
+ <ons-col width="60px">
28
+
29
+ <div class="item-thum"></div>
30
+
31
+ </ons-col>
32
+
33
+ <ons-col>
34
+
35
+ <header>
36
+
37
+ <span class="item-title">{{collection.title}}</span>
38
+
39
+ </header>
40
+
41
+ <p class="item-desc">創作者:{{collection.author}}</p>
42
+
43
+ </ons-col>
44
+
45
+ </ons-row>
46
+
47
+ </ons-list-item>
48
+
49
+ ```
50
+
51
+
52
+
53
+ これでエミュレータではうまくいくのですが、実機だとうまくいきませんでした…。