-1
尋找有關爲何無法使用的建議。Ember - 控制器中的時間函數不在視圖中呈現
這裏是products_controller
App.ProductsController = Ember.ArrayController.extend({
time: function() {
var time = (new Date()).getTime();
return time;
}.property(),
onSale: Ember.computed.alias('product.onsale');
});
的HBS模板如下
<p>The time now is {{time}}</p>
也許你可以更清楚什麼「不工作」需要... – 2014-08-29 04:20:59
@BradWerth聽起來像你只是困惑。如果您閱讀標題,可能會幫助您理解問題。 – 2014-12-09 00:01:21