我正在尝试按照此处linkTo
的说明使用
这是我的模板:
{{#each model}}
{{#linkTo "nodes.show" this tagName="tr"}}
<td>{{shortenHash id}}</td>
...
<td>
<a {{action startEditing this bubbles=false}}><i class="icon-pencil"></i><a/>
<a {{action destroyRecord this bubbles=false}}><i class="icon-remove"></i><a/>
</td>
{{/linkTo}}
{{/each}}
但这有几个问题:
- 该行不可点击
- 动作是可点击的
<a>
,但光标没有显示它
我正在使用最新的库:
DEBUG: ------------------------------- ember.js:356
DEBUG: Ember.VERSION : 1.0.0-rc.5 ember.js:356
DEBUG: Handlebars.VERSION : 1.0.0-rc.4 ember.js:356
DEBUG: jQuery.VERSION : 1.9.1 ember.js:356
DEBUG: ------------------------------- ember.js:356
DEBUG: location=http://localhost:9001/#/nodes apiUrl=//localhost:8000 ember.js:356
DEBUG: SettingsApp.VERSION : 0.0.0 ember.js:356
DEBUG: EMBER_DATA_VERSION : Last commit: ed99201 (2013-06-18 04:39:18 -0700) ember.js:356
DEBUG: ------------------------------- ember.js:356