Reputation: 44401
In this jsbin this is not getting updated:
<span class="badge">{{controllers.nodesIndex.length}} records</span>
In the nodes
template, but this is working:
<h2>Nodes list: {{this.length}}</h2>
In the nodes/index
template. What is wrong with {{controllers.nodesIndex.length}}
?
Upvotes: 1
Views: 36