Hi,
where would you place filtering / pagination function if it should be used in multiple templates with different routes / data?
At the moment i have it in application controller. But i´m not sure if it is the best approach. http://emberjs.jsbin.com/hezuga/1/edit
Component doesn´t seem to be an easy option. Dynamic properties in a #each doesn´t seem to be possible. → http://emberjs.jsbin.com/soyofe/2/edit {{name}} would have to be a variable and the template should set the name.
thanks for your input
Ben